Unverified Commit f7750d78 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

narsil: 1.4.0-48-gaf7c8c1b3 -> 1.4.0-49-g64a513fe4 (#402668)

parents 57186d50 2dcc67d9
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.4.0-48-gaf7c8c1b3";
  version = "1.4.0-49-g64a513fe4";

  src = fetchFromGitHub {
    owner = "NickMcConnell";
    repo = "NarSil";
    tag = version;
    hash = "sha256-w/rXKD66Kx+XE1ItOwurf5XWE02OHirofVMUQqpf6WQ=";
    hash = "sha256-YSPaquQfWTRGswttA+z7zIDJu+i8bDegzAetQMKlgZA=";
  };

  passthru.updateScript = nix-update-script { };