Skip to content

Commit 4a8e787

Browse files
authored
narsil: 7c20b01e055491e86a44201504e8d36873ef1822 -> 1.4.0-48-gaf7c8c1b3 (#391320)
2 parents 5d8dafe + 0dcb1d0 commit 4a8e787

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/na/narsil/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@
1414
}:
1515
stdenv.mkDerivation rec {
1616
pname = "narsil";
17-
version = "7c20b01e055491e86a44201504e8d36873ef1822";
17+
version = "1.4.0-48-gaf7c8c1b3";
1818

1919
src = fetchFromGitHub {
2020
owner = "NickMcConnell";
2121
repo = "NarSil";
22-
rev = version;
23-
hash = "sha256-6J9WCWXhKiTRLiH08DTGzAXe8QZFQOLYJkfNVONgWU0=";
22+
tag = version;
23+
hash = "sha256-w/rXKD66Kx+XE1ItOwurf5XWE02OHirofVMUQqpf6WQ=";
2424
};
2525

26-
passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch=main" ]; };
26+
passthru.updateScript = nix-update-script { };
2727

2828
nativeBuildInputs = [ autoreconfHook ];
2929
buildInputs =

0 commit comments

Comments
 (0)