warzone2100: 4.4.1 -> 4.4.2

This commit is contained in:
Francesco Gazzetta 2023-12-12 09:34:10 +01:00
parent c55dc76800
commit c5e85c4598

View file

@ -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 = [