gose: 0.10.6 -> 0.11.1 (#414409)

Co-authored-by: stv0g <post@steffenvogel.de>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-06-06 08:06:37 +00:00
committed by GitHub
co-authored by stv0g
+2 -2
View File
@@ -7,13 +7,13 @@
lib,
}:
let
version = "0.10.6";
version = "0.11.1";
src = fetchFromGitHub {
repo = "gose";
owner = "stv0g";
tag = "v${version}";
hash = "sha256-H+15d0wCfL+jd+xjKSOrimLIAG1Mh8vO+5MaHaVocJg=";
hash = "sha256-Wz3gcx9/wrSfiHkOGnjAoUFfN0tiA1C+31GlnHqL3M0=";
};
frontend = buildNpmPackage {