about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrancesco Gazzetta <fgaz@fgaz.me>2024-05-27 19:45:57 +0200
committerFrancesco Gazzetta <fgaz@fgaz.me>2024-05-30 07:28:44 +0000
commitdee0dde3c38a48fdb810de0ac246701dc3719b87 (patch)
tree032d22f4cf68be415e7af2e58e761ca91c7e4852
parentce3303220aa5bd66c09da2f56c019fb53da54c50 (diff)
domination: 1.3.0 -> 1.3.1
-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 cc63f0da46ff5..39e3559b478ae 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.3.0";
+  version = "1.3.1";
 
   # 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 = "2530";
-    hash = "sha256-LR4s8JmRs61IhQB2ASSM6MGt+ev+ENFPa5iIeE1tOyI=";
+    rev = "2538";
+    hash = "sha256-wsLBHkQc1SW+PToyCXIek6qRrRga2nLLkM+5msrnsBo=";
   };
 
   nativeBuildInputs = [