narsil: 1.4.0-61-gb724a9e67 -> 1.4.0-62-g781c0f9c3

This commit is contained in:
R. Ryantm
2025-06-19 21:54:30 +00:00
parent 2576cf9ca3
commit 1eee16cac4
+2 -2
View File
@@ -14,13 +14,13 @@
}:
stdenv.mkDerivation rec {
pname = "narsil";
version = "1.4.0-61-gb724a9e67";
version = "1.4.0-62-g781c0f9c3";
src = fetchFromGitHub {
owner = "NickMcConnell";
repo = "NarSil";
tag = version;
hash = "sha256-fRGSlgtbjDyhbEJEMG8eTMCxeIbA/tBO+MplCXTgWm8=";
hash = "sha256-FdQqvxj7K5wcF6eeqj18H8MVkytkNiB5fxrzyt/EnZ4=";
};
passthru.updateScript = nix-update-script { };