warzone2100: 4.5.4 -> 4.5.5

Changes: https://github.com/Warzone2100/warzone2100/blob/4.5.5/ChangeLog
This commit is contained in:
Sergei Trofimovich
2024-11-14 20:09:17 +00:00
committed by Francesco Gazzetta
parent 5c6590d4e6
commit 1993300822
+2 -2
View File
@@ -46,11 +46,11 @@ in
stdenv.mkDerivation (finalAttrs: {
inherit pname;
version = "4.5.4";
version = "4.5.5";
src = fetchurl {
url = "mirror://sourceforge/project/warzone2100/releases/${finalAttrs.version}/warzone2100_src.tar.xz";
hash = "sha256-v7Odn5UJwNxdr6Pm959VgtdkFJYpN6e9f30bVXqIr8I=";
hash = "sha256-B/YbrnIWh+3rYtpId+hQMKA6BTpZPWRRlPxld44EgP8=";
};
buildInputs = [