Unverified Commit 2dc7d41b authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

narsil: update and nix-update-script args (#350228)

parents 7e706111 f5dca7d5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -14,16 +14,16 @@
}:
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 { };
  passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch=main" ]; };

  nativeBuildInputs = [ autoreconfHook ];
  buildInputs =