We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d8dafe + 0dcb1d0 commit 4a8e787Copy full SHA for 4a8e787
pkgs/by-name/na/narsil/package.nix
@@ -14,16 +14,16 @@
14
}:
15
stdenv.mkDerivation rec {
16
pname = "narsil";
17
- version = "7c20b01e055491e86a44201504e8d36873ef1822";
+ version = "1.4.0-48-gaf7c8c1b3";
18
19
src = fetchFromGitHub {
20
owner = "NickMcConnell";
21
repo = "NarSil";
22
- rev = version;
23
- hash = "sha256-6J9WCWXhKiTRLiH08DTGzAXe8QZFQOLYJkfNVONgWU0=";
+ tag = version;
+ hash = "sha256-w/rXKD66Kx+XE1ItOwurf5XWE02OHirofVMUQqpf6WQ=";
24
};
25
26
- passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch=main" ]; };
+ passthru.updateScript = nix-update-script { };
27
28
nativeBuildInputs = [ autoreconfHook ];
29
buildInputs =
0 commit comments