Skip to content

Commit

Permalink
domination: 1.2.5 -> 1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
fgaz committed Jan 19, 2023
1 parent 7f6757e commit 2f95d02
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 2f95d02

Please sign in to comment.