Commit f5dca7d5 authored by x123's avatar x123
Browse files

narsil: 1.3.0-234-g228c4f0cb -> 1.3.0-350-ga51756908

parent 3228372f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@
}:
stdenv.mkDerivation rec {
  pname = "narsil";
  version = "1.3.0-234-g228c4f0cb";
  version = "1.3.0-350-ga51756908";

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

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