Skip to content

Commit

Permalink
Merge pull request #211561 from fgaz/domination/1.2.7
Browse files Browse the repository at this point in the history
domination: 1.2.5 -> 1.2.7
  • Loading branch information
fgaz authored Jan 25, 2023
2 parents a0390e2 + 2f95d02 commit bb0a4d0
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.2.5";
version = "1.2.7";

# 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 = "2212";
sha256 = "sha256-XuPMxGDap8x7I+U7+1C+DlkQkoV/u2FCwYyTZFWmYHM=";
rev = "2261";
sha256 = "sha256-xvlPC7M6DaF3g2O3vQDmcdp7914qOaiikY02RTgAVkM=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit bb0a4d0

Please sign in to comment.