···2627in stdenv.mkDerivation {
28 pname = "domination";
29- version = "1.2.7";
3031 # The .zip releases do not contain the build.xml file
32 src = fetchsvn {
···34 # There are no tags in the repository.
35 # Look for commits like "new version x.y.z info on website"
36 # or "website update for x.y.z".
37- rev = "2261";
38- sha256 = "sha256-xvlPC7M6DaF3g2O3vQDmcdp7914qOaiikY02RTgAVkM=";
39 };
4041 nativeBuildInputs = [
···2627in stdenv.mkDerivation {
28 pname = "domination";
29+ version = "1.2.8";
3031 # The .zip releases do not contain the build.xml file
32 src = fetchsvn {
···34 # There are no tags in the repository.
35 # Look for commits like "new version x.y.z info on website"
36 # or "website update for x.y.z".
37+ rev = "2433";
38+ hash = "sha256-QvDNsYpEXQnAuXNVi+73HoNFGUc5cyzyEwT0m91y1rk=";
39 };
4041 nativeBuildInputs = [