File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1414} :
1515stdenv . 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}
You can’t perform that action at this time.
0 commit comments