narsil: 7c20b01e055491e86a44201504e8d36873ef1822 -> 1.4.0-48-gaf7c8c1b3 (#391320)

This commit is contained in:
Weijia Wang 2025-03-31 14:04:40 +02:00 committed by GitHub
commit 4a8e787879
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,16 +14,16 @@
}:
stdenv.mkDerivation rec {
pname = "narsil";
version = "7c20b01e055491e86a44201504e8d36873ef1822";
version = "1.4.0-48-gaf7c8c1b3";
src = fetchFromGitHub {
owner = "NickMcConnell";
repo = "NarSil";
rev = version;
hash = "sha256-6J9WCWXhKiTRLiH08DTGzAXe8QZFQOLYJkfNVONgWU0=";
tag = version;
hash = "sha256-w/rXKD66Kx+XE1ItOwurf5XWE02OHirofVMUQqpf6WQ=";
};
passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch=main" ]; };
passthru.updateScript = nix-update-script { };
nativeBuildInputs = [ autoreconfHook ];
buildInputs =