Skip to content

Commit 7694ae2

Browse files
committed
narsil: 1.3.0-350-ga51756908 -> 1.4.0
1 parent f14507b commit 7694ae2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
}:
1515
stdenv.mkDerivation rec {
1616
pname = "narsil";
17-
version = "1.3.0-350-ga51756908";
17+
version = "1.4.0";
1818

1919
src = fetchFromGitHub {
2020
owner = "NickMcConnell";
2121
repo = "NarSil";
2222
rev = version;
23-
hash = "sha256-kpfgM+FpvSZLrgu6Smbjlr8QfI400+85wqUR+l0AJkA=";
23+
hash = "sha256-uupuWqzaVNmowXNjZJiiuZKId7EMDxLq+EHUg5YRSbk=";
2424
};
2525

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

0 commit comments

Comments
 (0)