narsil: 1.4.0-116-gab32c9f80 -> 1.4.0-140-g962201f6f (#488062)

This commit is contained in:
nixpkgs-ci[bot]
2026-05-08 18:45:26 +00:00
committed by GitHub
+2 -2
View File
@@ -13,13 +13,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "narsil";
version = "1.4.0-116-gab32c9f80";
version = "1.4.0-140-g962201f6f";
src = fetchFromGitHub {
owner = "NickMcConnell";
repo = "NarSil";
tag = finalAttrs.version;
hash = "sha256-Nw8NZyFQzTwcJhKB86LC0mqjLOmivSm7o9BSRsvQVP4=";
hash = "sha256-6vAVdogjun8Ali/Y71w0jlBU7mEXA0wy2yYCSXPSY3E=";
};
passthru.updateScript = nix-update-script { };