gose: 0.9.0 -> 0.10.2

This commit is contained in:
R. Ryantm
2025-03-19 11:54:21 +00:00
parent 903d679a5a
commit db1f3b7e46
+3 -3
View File
@@ -7,13 +7,13 @@
lib,
}:
let
version = "0.9.0";
version = "0.10.2";
src = fetchFromGitHub {
repo = "gose";
owner = "stv0g";
tag = "v${version}";
hash = "sha256-Vcp9gMJ296KS8OFOIcWvvYrS+LrOVlN3KN20yJxoo5U=";
hash = "sha256-xyAOag2/GaIVttTLnx/6ljkpWbJmsOfyYyWzOAHOQ2I=";
};
frontend = buildNpmPackage {
@@ -37,7 +37,7 @@ buildGoModule {
inherit version;
inherit src;
vendorHash = "sha256-U/umJ6McCuD0HARVMj1JXHOpVxcph16z7Y7i47Nf3cg=";
vendorHash = "sha256-/Drb5Mxz37rNYfHdydl3z+xvFtjGwuzSsG4gkbx/h1o=";
env.CGO_ENABLED = 0;