gwc: 0.22-06 -> 0.22-07 (#488342)

This commit is contained in:
nixpkgs-ci[bot]
2026-02-08 15:02:38 +00:00
committed by GitHub
+2 -2
View File
@@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gwc";
version = "0.22-06";
version = "0.22-07";
src = fetchFromGitHub {
owner = "AlisterH";
repo = "gwc";
rev = finalAttrs.version;
sha256 = "sha256-hRwy++gZiW/olIIeiVTpdIjPLIHgvgVUGEaUX9tpFbY=";
sha256 = "sha256-fOUFaJarqL++0PtkphyqjrG96POlP9hqGH5pbCzYSMw=";
};
nativeBuildInputs = [