summaryrefslogtreecommitdiffstats
path: root/pkgs/games/domination
diff options
context:
space:
mode:
authorFrancesco Gazzetta <fgaz@fgaz.me>2022-07-18 11:40:18 +0200
committerMatthieu Coudron <teto@users.noreply.github.com>2022-07-19 13:40:45 +0200
commit00f62a4a6f25d9d663a4b9e8c9809737465c9509 (patch)
tree2a01e208da0196bd2c422768cb4f7f7de90974b8 /pkgs/games/domination
parent310ce906b6aed2714787df92636ab284b2493a40 (diff)
domination: 1.2.4 -> 1.2.5
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 8bba2d1f94e3..919d22b41dae 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.4";
+ version = "1.2.5";
# 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 = "2109";
- sha256 = "sha256-awTaEkv0zUXgrKVKuFzi5sgHgrfiNmAFMODO5U0DL6I=";
+ rev = "2212";
+ sha256 = "sha256-XuPMxGDap8x7I+U7+1C+DlkQkoV/u2FCwYyTZFWmYHM=";
};
nativeBuildInputs = [