domination: 1.2.8 -> 1.2.9

+3 -3
+3 -3
pkgs/games/domination/default.nix
··· 26 26 27 27 in stdenv.mkDerivation { 28 28 pname = "domination"; 29 - version = "1.2.8"; 29 + version = "1.2.9"; 30 30 31 31 # The .zip releases do not contain the build.xml file 32 32 src = fetchsvn { ··· 34 34 # There are no tags in the repository. 35 35 # Look for commits like "new version x.y.z info on website" 36 36 # or "website update for x.y.z". 37 - rev = "2433"; 38 - hash = "sha256-QvDNsYpEXQnAuXNVi+73HoNFGUc5cyzyEwT0m91y1rk="; 37 + rev = "2470"; 38 + hash = "sha256-ghq7EGg++mTOzA3ASzXhk97fzy5/n9vyaRzxp12X3/4="; 39 39 }; 40 40 41 41 nativeBuildInputs = [