Merge pull request #301883 from r-ryantm/auto-update/sesh

sesh: 1.0.1 -> 1.1.0
This commit is contained in:
Weijia Wang 2024-04-12 10:19:51 +02:00 committed by GitHub
commit 85553f6c1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -5,13 +5,13 @@
}:
buildGoModule rec {
pname = "sesh";
version = "1.0.1";
version = "1.1.0";
src = fetchFromGitHub {
owner = "joshmedeski";
repo = "sesh";
rev = "v${version}";
hash = "sha256-eFqqiGIbS9HW7czAtSIPmvbynvg2gsu4luKsL25vxn4=";
hash = "sha256-4p3Pqts6GSyUGX9hCQS/vTZiHbi5UQkrzzIA1Fheamc=";
};
vendorHash = "sha256-zt1/gE4bVj+3yr9n0kT2FMYMEmiooy3k1lQ77rN6sTk=";