Skip to content

Commit 0dcb1d0

Browse files
committed
narsil: fix version
1 parent fd0345d commit 0dcb1d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

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

1919
src = fetchFromGitHub {
2020
owner = "NickMcConnell";
2121
repo = "NarSil";
22-
rev = version;
22+
tag = version;
2323
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)