Unverified Commit 29115de7 authored by Francesco Gazzetta's avatar Francesco Gazzetta Committed by GitHub
Browse files

Merge pull request #246542 from fgaz/domination/1.2.8

domination: 1.2.7 -> 1.2.8
parents be223f37 1eb6175b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ let

in stdenv.mkDerivation {
  pname = "domination";
  version = "1.2.7";
  version = "1.2.9";

  # 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 = "2261";
    sha256 = "sha256-xvlPC7M6DaF3g2O3vQDmcdp7914qOaiikY02RTgAVkM=";
    rev = "2470";
    hash = "sha256-ghq7EGg++mTOzA3ASzXhk97fzy5/n9vyaRzxp12X3/4=";
  };

  nativeBuildInputs = [