narsil: 1.4.0-76-g0d181469f -> 1.4.0-91-g42f1f479d

This commit is contained in:
R. Ryantm
2025-09-22 09:26:52 +00:00
parent 734d9fee04
commit bdad4ee8ba
+2 -2
View File
@@ -13,13 +13,13 @@
}:
stdenv.mkDerivation rec {
pname = "narsil";
version = "1.4.0-76-g0d181469f";
version = "1.4.0-91-g42f1f479d";
src = fetchFromGitHub {
owner = "NickMcConnell";
repo = "NarSil";
tag = version;
hash = "sha256-3KvVH/fWBSmjhhmIOOuCZL3jMAu0ckoj/miA0zZUkAA=";
hash = "sha256-eQg7dSfk2EhQiSeY5iaHDEshtYZd7+p4odNjkFVKDes=";
};
passthru.updateScript = nix-update-script { };