Skip to content

Commit 6ce0402

Browse files
authored
narsil: 1.3.0-350-ga51756908 -> 1.4.0 (NixOS#360714)
2 parents 1944a96 + e7d05a5 commit 6ce0402

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 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" ]; };
@@ -51,7 +51,10 @@ stdenv.mkDerivation rec {
5151
NarSil attempts to be an almost-faithful recreation of Sil 1.3.0,
5252
but based on the codebase of modern Angband.
5353
'';
54-
maintainers = with lib.maintainers; [ nanotwerp x123 ];
54+
maintainers = with lib.maintainers; [
55+
nanotwerp
56+
x123
57+
];
5558
license = lib.licenses.gpl2;
5659
};
5760
}

0 commit comments

Comments
 (0)