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.
1 parent 9a43f6b commit 704feccCopy full SHA for 704fecc
pkgs/by-name/na/narsil/package.nix
@@ -14,13 +14,13 @@
14
}:
15
stdenv.mkDerivation rec {
16
pname = "narsil";
17
- version = "1.4.0-50-g6cd6ce985";
+ version = "1.4.0-61-gb724a9e67";
18
19
src = fetchFromGitHub {
20
owner = "NickMcConnell";
21
repo = "NarSil";
22
tag = version;
23
- hash = "sha256-6JrlhDZRzDrYs8iBzWeKLT+DYaWPiWYpPHA1VBkdOkM=";
+ hash = "sha256-fRGSlgtbjDyhbEJEMG8eTMCxeIbA/tBO+MplCXTgWm8=";
24
};
25
26
passthru.updateScript = nix-update-script { };
0 commit comments