sesh: 2.16.0 -> 2.17.1

This commit is contained in:
randomdude16671
2025-08-08 15:12:08 +05:30
committed by Random Dude
parent 41b4d676f2
commit 38f0736da7
+10 -3
View File
@@ -2,20 +2,27 @@
lib,
fetchFromGitHub,
buildGoModule,
go-mockery,
versionCheckHook,
}:
buildGoModule rec {
pname = "sesh";
version = "2.16.0";
version = "2.17.1";
nativeBuildInputs = [
go-mockery
];
src = fetchFromGitHub {
owner = "joshmedeski";
repo = "sesh";
rev = "v${version}";
hash = "sha256-3kD7t3lgkxrK53cL+5i9DB5w1hIYA4J/MiauLZ1Z7KQ=";
hash = "sha256-olt61AR/Tq8lLh65V0/+GDrWjCi9hrkNbHR9LOX7kY0=";
};
vendorHash = "sha256-r6n0xZbOvqDU63d3WrXenvV4x81iRgpOS2h73xSlVBI=";
preBuild = ''
mockery
'';
vendorHash = "sha256-TLl8HZnsVvtx6jqusTETP0l3zTmzYmuV4NJIM958VcQ=";
ldflags = [
"-s"