narsil: update and nix-update-script args (#350228)

This commit is contained in:
Aleksana 2024-10-29 18:15:23 +08:00 committed by GitHub
commit 2dc7d41b15
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 = "1.3.0-234-g228c4f0cb";
version = "1.3.0-350-ga51756908";
src = fetchFromGitHub {
owner = "NickMcConnell";
repo = "NarSil";
rev = version;
hash = "sha256-82ph8LTtaruaV97gdnqSQI8IfqO9wzYbR7WTGx086pQ=";
hash = "sha256-kpfgM+FpvSZLrgu6Smbjlr8QfI400+85wqUR+l0AJkA=";
};
passthru.updateScript = nix-update-script { };
passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch=main" ]; };
nativeBuildInputs = [ autoreconfHook ];
buildInputs =