about summary refs log tree commit diff
path: root/pkgs/games/domination
diff options
context:
space:
mode:
authorFrancesco Gazzetta <fgaz@fgaz.me>2023-01-25 14:28:19 +0000
committerGitHub <noreply@github.com>2023-01-25 14:28:19 +0000
commitbb0a4d0c3434fd8a9d0a0332420df61d20999c97 (patch)
tree2256887189aa1fe58fc5feb8974cbe10b2b0113e /pkgs/games/domination
parenta0390e27286f7cf4bf8cfc4b61ed6ef3695659f0 (diff)
parent2f95d02f3df75c27c3f76176c35f0ed425bf9af6 (diff)
Merge pull request #211561 from fgaz/domination/1.2.7
domination: 1.2.5 -> 1.2.7
Diffstat (limited to 'pkgs/games/domination')
-rw-r--r--pkgs/games/domination/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/games/domination/default.nix b/pkgs/games/domination/default.nix
index 6c607b39d141e..30fc870b25db4 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.5";
+  version = "1.2.7";
 
   # 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 = "2212";
-    sha256 = "sha256-XuPMxGDap8x7I+U7+1C+DlkQkoV/u2FCwYyTZFWmYHM=";
+    rev = "2261";
+    sha256 = "sha256-xvlPC7M6DaF3g2O3vQDmcdp7914qOaiikY02RTgAVkM=";
   };
 
   nativeBuildInputs = [