3
0
Fork 0
forked from mirrors/nixpkgs

warzone2100: 4.3.1 -> 4.3.2

This commit is contained in:
Francesco Gazzetta 2022-11-24 20:43:57 +01:00
parent 678836c69e
commit 533eaa2781

View file

@ -43,11 +43,11 @@ in
stdenv.mkDerivation rec {
inherit pname;
version = "4.3.1";
version = "4.3.2";
src = fetchurl {
url = "mirror://sourceforge/${pname}/releases/${version}/${pname}_src.tar.xz";
sha256 = "sha256-GdHe8DskEd0G1E388z8GGOtjTqHTMBpFSxf1MNATGN0=";
sha256 = "sha256-RcpHk+p9Adu9zkd2J54hspeolZr/xsBsY8eUHLGY0xw=";
};
buildInputs = [