Commit c5e85c45 authored by Francesco Gazzetta's avatar Francesco Gazzetta
Browse files

warzone2100: 4.4.1 -> 4.4.2

parent c55dc768
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -46,11 +46,11 @@ in

stdenv.mkDerivation rec {
  inherit pname;
  version  = "4.4.1";
  version  = "4.4.2";

  src = fetchurl {
    url = "mirror://sourceforge/project/warzone2100/releases/${version}/warzone2100_src.tar.xz";
    hash = "sha256-8vbwO4PXEOyZqGiSz1yqhe8jfe4E4iv908mc+8xuH8I=";
    hash = "sha256-O5Yqxqp1vKYr8uvAZ1SdsI/kocOzg0KRCirCqqvLrN4=";
  };

  buildInputs = [