narsil: f5ec6bd6b8013f2a2b74fc45b6f4c53744590ec5 -> 7c20b01e055491e86a44201504e8d36873ef1822 (#380484)

Co-authored-by: x123 <x123@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-02-23 14:21:25 +00:00
committed by GitHub
co-authored by x123
+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" ]; };