forked from mirrors/nixpkgs
Merge pull request #211561 from fgaz/domination/1.2.7
domination: 1.2.5 -> 1.2.7
This commit is contained in:
commit
bb0a4d0c34
|
@ -26,7 +26,7 @@ let
|
||||||
|
|
||||||
in stdenv.mkDerivation {
|
in stdenv.mkDerivation {
|
||||||
pname = "domination";
|
pname = "domination";
|
||||||
version = "1.2.5";
|
version = "1.2.7";
|
||||||
|
|
||||||
# The .zip releases do not contain the build.xml file
|
# The .zip releases do not contain the build.xml file
|
||||||
src = fetchsvn {
|
src = fetchsvn {
|
||||||
|
@ -34,8 +34,8 @@ in stdenv.mkDerivation {
|
||||||
# There are no tags in the repository.
|
# There are no tags in the repository.
|
||||||
# Look for commits like "new version x.y.z info on website"
|
# Look for commits like "new version x.y.z info on website"
|
||||||
# or "website update for x.y.z".
|
# or "website update for x.y.z".
|
||||||
rev = "2212";
|
rev = "2261";
|
||||||
sha256 = "sha256-XuPMxGDap8x7I+U7+1C+DlkQkoV/u2FCwYyTZFWmYHM=";
|
sha256 = "sha256-xvlPC7M6DaF3g2O3vQDmcdp7914qOaiikY02RTgAVkM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue