From 4d6f81debf60909696de5798955db0dd3478087f Mon Sep 17 00:00:00 2001 From: Francesco Gazzetta Date: Tue, 1 Aug 2023 12:34:52 +0200 Subject: [PATCH 1/2] domination: 1.2.7 -> 1.2.8 Source for rev 2433 corresponding to 1.2.8 is https://discord.com/channels/809801422987067404/809801423482650627/1136445014671626360 --- pkgs/games/domination/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/games/domination/default.nix b/pkgs/games/domination/default.nix index 30fc870b25db..6d1186f5977d 100644 --- a/pkgs/games/domination/default.nix +++ b/pkgs/games/domination/default.nix @@ -26,7 +26,7 @@ let in stdenv.mkDerivation { pname = "domination"; - version = "1.2.7"; + version = "1.2.8"; # The .zip releases do not contain the build.xml file src = fetchsvn { @@ -34,8 +34,8 @@ in stdenv.mkDerivation { # There are no tags in the repository. # Look for commits like "new version x.y.z info on website" # or "website update for x.y.z". - rev = "2261"; - sha256 = "sha256-xvlPC7M6DaF3g2O3vQDmcdp7914qOaiikY02RTgAVkM="; + rev = "2433"; + hash = "sha256-QvDNsYpEXQnAuXNVi+73HoNFGUc5cyzyEwT0m91y1rk="; }; nativeBuildInputs = [ From 1eb6175b0db1ae8a3f03404a426c6db2c44a098a Mon Sep 17 00:00:00 2001 From: Francesco Gazzetta Date: Sat, 5 Aug 2023 10:52:05 +0200 Subject: [PATCH 2/2] domination: 1.2.8 -> 1.2.9 --- pkgs/games/domination/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/games/domination/default.nix b/pkgs/games/domination/default.nix index 6d1186f5977d..8bf1c2a9ec31 100644 --- a/pkgs/games/domination/default.nix +++ b/pkgs/games/domination/default.nix @@ -26,7 +26,7 @@ let in stdenv.mkDerivation { pname = "domination"; - version = "1.2.8"; + version = "1.2.9"; # The .zip releases do not contain the build.xml file src = fetchsvn { @@ -34,8 +34,8 @@ in stdenv.mkDerivation { # There are no tags in the repository. # Look for commits like "new version x.y.z info on website" # or "website update for x.y.z". - rev = "2433"; - hash = "sha256-QvDNsYpEXQnAuXNVi+73HoNFGUc5cyzyEwT0m91y1rk="; + rev = "2470"; + hash = "sha256-ghq7EGg++mTOzA3ASzXhk97fzy5/n9vyaRzxp12X3/4="; }; nativeBuildInputs = [