sesh: 1.1.0 -> 1.1.1

This commit is contained in:
R. Ryantm 2024-05-16 16:22:13 +00:00
parent c68fb0f373
commit 4a1f8a6ba5

View File

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