sesh: 2.17.1 -> 2.18.1 (#443545)

This commit is contained in:
dish
2025-09-29 13:54:49 +00:00
committed by GitHub
+2 -2
View File
@@ -7,7 +7,7 @@
}:
buildGoModule rec {
pname = "sesh";
version = "2.17.1";
version = "2.18.1";
nativeBuildInputs = [
go-mockery
@@ -16,7 +16,7 @@ buildGoModule rec {
owner = "joshmedeski";
repo = "sesh";
rev = "v${version}";
hash = "sha256-olt61AR/Tq8lLh65V0/+GDrWjCi9hrkNbHR9LOX7kY0=";
hash = "sha256-f63C2QFU5G/xoy6mLUSzgQv7VOJ4lv06OnGoyZy54rg=";
};
preBuild = ''