narsil: 1.4.0-93-g3d8664466 -> 1.4.0-112-gaa252eb26

This commit is contained in:
R. Ryantm
2025-12-04 14:39:30 +00:00
parent 66174960cf
commit 14ab1835ea
+2 -2
View File
@@ -13,13 +13,13 @@
}:
stdenv.mkDerivation rec {
pname = "narsil";
version = "1.4.0-93-g3d8664466";
version = "1.4.0-112-gaa252eb26";
src = fetchFromGitHub {
owner = "NickMcConnell";
repo = "NarSil";
tag = version;
hash = "sha256-PsSotj2lkQcgyQ1rSJpuH+TvTWehgJsI9nWhDrQ/4Zk=";
hash = "sha256-FqWoyq6FFCknT29Zkrkozi0+2JkrhJ2fKXVSbh5ZWXo=";
};
passthru.updateScript = nix-update-script { };