warzone2100: 4.1.0 -> 4.1.1

This commit is contained in:
Francesco Gazzetta 2021-07-25 22:40:25 +02:00
parent 2f9cf506dd
commit 6be2cb762e
1 changed files with 2 additions and 2 deletions

View File

@ -39,11 +39,11 @@ in
stdenv.mkDerivation rec {
inherit pname;
version = "4.1.0";
version = "4.1.1";
src = fetchurl {
url = "mirror://sourceforge/${pname}/releases/${version}/${pname}_src.tar.xz";
sha256 = "sha256-HQlphogK2jjTXV7cQ8lFNWjHMBnpStyvT3wKYjlDQW0=";
sha256 = "sha256-CnMt3FytpTDAtibU3V24i6EvWRc9UkAuvC9ingphCM8=";
};
buildInputs = [