Skip to content

Commit

Permalink
domination: 1.3.0 -> 1.3.1
Browse files Browse the repository at this point in the history
(cherry picked from commit 71d8de1)
  • Loading branch information
fgaz committed May 30, 2024
1 parent d60b01a commit 76b997c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/games/domination/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ 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 {
url = "https://svn.code.sf.net/p/domination/code/Domination";
# 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 = [
Expand Down

0 comments on commit 76b997c

Please sign in to comment.