gose: 0.11.3 -> 0.11.4

This commit is contained in:
R. Ryantm
2025-09-29 00:14:03 +00:00
parent 62588b43e4
commit 600e3e8d7a
+3 -3
View File
@@ -7,13 +7,13 @@
lib,
}:
let
version = "0.11.3";
version = "0.11.4";
src = fetchFromGitHub {
repo = "gose";
owner = "stv0g";
tag = "v${version}";
hash = "sha256-dcx1uLLLFepqGTIJQNf3I1GzbXwrVPt7Jb8TW3AGnhU=";
hash = "sha256-T6PD6MI1IOAgtPOJuPSZp4te9BokKfj+TZHLRqt2FCo=";
};
frontend = buildNpmPackage {
@@ -37,7 +37,7 @@ buildGoModule {
inherit version;
inherit src;
vendorHash = "sha256-cvZLR5c8WqarhnXBFAyxUUQtqX2fhveonUtsrFjFmq0=";
vendorHash = "sha256-PTu4OzVjGVExuNDsK01p3/gAwNhDZbPewhI476m5i/M=";
env.CGO_ENABLED = 0;