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

sesh: 0.15.0 -> 1.0.1
This commit is contained in:
Nick Cao 2024-03-29 15:37:46 -04:00 committed by GitHub
commit 7922362ce6
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 = "0.15.0";
version = "1.0.1";
src = fetchFromGitHub {
owner = "joshmedeski";
repo = "sesh";
rev = "v${version}";
hash = "sha256-vV1b0YhDBt/dJJCrxvVV/FIuOIleTg4mI496n4/Y/Hk=";
hash = "sha256-eFqqiGIbS9HW7czAtSIPmvbynvg2gsu4luKsL25vxn4=";
};
vendorHash = "sha256-zt1/gE4bVj+3yr9n0kT2FMYMEmiooy3k1lQ77rN6sTk=";