narsil: f5ec6bd6b8013f2a2b74fc45b6f4c53744590ec5 -> 7c20b01e055491e86a44201504e8d36873ef1822

This commit is contained in:
R. Ryantm
2025-02-22 21:50:18 +00:00
parent 0e65727dc8
commit d3097c1991
+2 -2
View File
@@ -14,13 +14,13 @@
}:
stdenv.mkDerivation rec {
pname = "narsil";
version = "f5ec6bd6b8013f2a2b74fc45b6f4c53744590ec5";
version = "7c20b01e055491e86a44201504e8d36873ef1822";
src = fetchFromGitHub {
owner = "NickMcConnell";
repo = "NarSil";
rev = version;
hash = "sha256-xMY9XmFsjcucLPfwTXiC0oQ2UkWIkWCehvycesqbWn0=";
hash = "sha256-6J9WCWXhKiTRLiH08DTGzAXe8QZFQOLYJkfNVONgWU0=";
};
passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch=main" ]; };