gose: 0.10.5 -> 0.10.6

This commit is contained in:
R. Ryantm 2025-05-26 05:28:23 +00:00
parent 3108eaa516
commit 1f834fe652

View file

@ -7,13 +7,13 @@
lib, lib,
}: }:
let let
version = "0.10.5"; version = "0.10.6";
src = fetchFromGitHub { src = fetchFromGitHub {
repo = "gose"; repo = "gose";
owner = "stv0g"; owner = "stv0g";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-8ghz2CpHNUUUpxg7VFi4DwDFa0GlPKaRJ3zC4XC0IyA="; hash = "sha256-H+15d0wCfL+jd+xjKSOrimLIAG1Mh8vO+5MaHaVocJg=";
}; };
frontend = buildNpmPackage { frontend = buildNpmPackage {
@ -37,7 +37,7 @@ buildGoModule {
inherit version; inherit version;
inherit src; inherit src;
vendorHash = "sha256-6AfLoIRDO3diKZ9yFpVVIsRUFxQfLbmk91Cs5336OIE="; vendorHash = "sha256-HsYF4v7RUzGDJvZEoq0qTo9iPGJoqK4YqTsXSv8SwKQ=";
env.CGO_ENABLED = 0; env.CGO_ENABLED = 0;