narsil: 1.4.0-116-gab32c9f80 -> 1.4.0-140-g962201f6f

This commit is contained in:
R. Ryantm
2026-05-08 16:11:18 +00:00
parent 553ce73239
commit 1e686d38f3
+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 { };