gose: 0.11.2 -> 0.11.3

This commit is contained in:
R. Ryantm
2025-09-18 05:38:06 +00:00
parent 6104254f48
commit 4eab713158
+3 -3
View File
@@ -7,13 +7,13 @@
lib,
}:
let
version = "0.11.2";
version = "0.11.3";
src = fetchFromGitHub {
repo = "gose";
owner = "stv0g";
tag = "v${version}";
hash = "sha256-AeGrnRnKThv29wFopx91BSep22WFkkKkUsTa7qFQOzs=";
hash = "sha256-dcx1uLLLFepqGTIJQNf3I1GzbXwrVPt7Jb8TW3AGnhU=";
};
frontend = buildNpmPackage {
@@ -37,7 +37,7 @@ buildGoModule {
inherit version;
inherit src;
vendorHash = "sha256-9qQXk8XyvVsussu5YfoSrjEul0E1301W019vTVSgnkk=";
vendorHash = "sha256-cvZLR5c8WqarhnXBFAyxUUQtqX2fhveonUtsrFjFmq0=";
env.CGO_ENABLED = 0;