Unverified Commit 8a6e5747 authored by Francesco Gazzetta's avatar Francesco Gazzetta Committed by GitHub
Browse files

warzone2100: 4.6.3 -> 4.7.0 (#510336)

parents 5eca60ad 37639b02
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -50,11 +50,11 @@ in

stdenv.mkDerivation (finalAttrs: {
  inherit pname;
  version = "4.6.3";
  version = "4.7.0";

  src = fetchurl {
    url = "mirror://sourceforge/project/warzone2100/releases/${finalAttrs.version}/warzone2100_src.tar.xz";
    hash = "sha256-Qx/iQ2z/loeOLtTtxtBzlFOtYpPWQwtYMt6bUi/wsTo=";
    hash = "sha256-le5NW4hoDqGxzyMLZ+qEAo4IokWLhGBayff7nrl8Tjc=";
  };

  buildInputs = [