domination: 1.2.7 -> 1.2.8

Source for rev 2433 corresponding to 1.2.8 is
https://discord.com/channels/809801422987067404/809801423482650627/1136445014671626360

+3 -3
+3 -3
pkgs/games/domination/default.nix
··· 26 27 in stdenv.mkDerivation { 28 pname = "domination"; 29 - version = "1.2.7"; 30 31 # 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 }; 40 41 nativeBuildInputs = [
··· 26 27 in stdenv.mkDerivation { 28 pname = "domination"; 29 + version = "1.2.8"; 30 31 # 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 }; 40 41 nativeBuildInputs = [