gose: 0.10.4 -> 0.10.5 (#402589)

This commit is contained in:
Nick Cao
2025-04-28 17:15:38 -04:00
committed by GitHub
+3 -3
View File
@@ -7,13 +7,13 @@
lib,
}:
let
version = "0.10.4";
version = "0.10.5";
src = fetchFromGitHub {
repo = "gose";
owner = "stv0g";
tag = "v${version}";
hash = "sha256-CYMpibAvuOScKoCP212MSoAt0hhQhEP0uQK7y/YPk9Q=";
hash = "sha256-8ghz2CpHNUUUpxg7VFi4DwDFa0GlPKaRJ3zC4XC0IyA=";
};
frontend = buildNpmPackage {
@@ -37,7 +37,7 @@ buildGoModule {
inherit version;
inherit src;
vendorHash = "sha256-oz2nmJxnmhj2InN4E7tyz5iWr4geraGszz3QePKuEMM=";
vendorHash = "sha256-6AfLoIRDO3diKZ9yFpVVIsRUFxQfLbmk91Cs5336OIE=";
env.CGO_ENABLED = 0;