Skip to content

Commit

Permalink
narsil: 1.3.0-350-ga51756908 -> 1.4.0 (#360714)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhendric authored Jan 6, 2025
2 parents 1944a96 + e7d05a5 commit 6ce0402
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pkgs/by-name/na/narsil/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
}:
stdenv.mkDerivation rec {
pname = "narsil";
version = "1.3.0-350-ga51756908";
version = "1.4.0";

src = fetchFromGitHub {
owner = "NickMcConnell";
repo = "NarSil";
rev = version;
hash = "sha256-kpfgM+FpvSZLrgu6Smbjlr8QfI400+85wqUR+l0AJkA=";
hash = "sha256-uupuWqzaVNmowXNjZJiiuZKId7EMDxLq+EHUg5YRSbk=";
};

passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch=main" ]; };
Expand Down Expand Up @@ -51,7 +51,10 @@ stdenv.mkDerivation rec {
NarSil attempts to be an almost-faithful recreation of Sil 1.3.0,
but based on the codebase of modern Angband.
'';
maintainers = with lib.maintainers; [ nanotwerp x123 ];
maintainers = with lib.maintainers; [
nanotwerp
x123
];
license = lib.licenses.gpl2;
};
}

0 comments on commit 6ce0402

Please sign in to comment.