domination: 1.3.3 -> 1.3.4

authored by R. Ryantm and committed by Francesco Gazzetta cb9d72cd 86ae5f26

+3 -3
+3 -3
pkgs/by-name/do/domination/package.nix
··· 30 30 in 31 31 stdenv.mkDerivation { 32 32 pname = "domination"; 33 - version = "1.3.3"; 33 + version = "1.3.4"; 34 34 35 35 # The .zip releases do not contain the build.xml file 36 36 src = fetchsvn { ··· 40 40 # https://sourceforge.net/p/domination/code/HEAD/tree/Domination/ChangeLog.txt 41 41 # Alternatively, look for revs like "changelog update", 42 42 # "new version x.y.z info on website", or "website update for x.y.z". 43 - rev = "2616"; 44 - hash = "sha256-/h9TstRxMpeoEsIeSN0MRmyRsiBHomguIPch1Zda8s8="; 43 + rev = "2664"; 44 + hash = "sha256-bkaHpqJSc3UvwNT7LwuPUT8xN0g6QypfLSHlLmm8nX8="; 45 45 }; 46 46 47 47 nativeBuildInputs = [