domination: 1.3.1 -> 1.3.3

This commit is contained in:
Francesco Gazzetta
2025-01-28 22:20:24 +01:00
parent a3050a7481
commit aef69a3c05
+7 -5
View File
@@ -30,16 +30,18 @@ let
in
stdenv.mkDerivation {
pname = "domination";
version = "1.3.1";
version = "1.3.3";
# The .zip releases do not contain the build.xml file
src = fetchsvn {
url = "https://svn.code.sf.net/p/domination/code/Domination";
# There are no tags in the repository.
# Look for commits like "new version x.y.z info on website"
# or "website update for x.y.z".
rev = "2538";
hash = "sha256-wsLBHkQc1SW+PToyCXIek6qRrRga2nLLkM+5msrnsBo=";
# Look for "(svn rev X)" at
# https://sourceforge.net/p/domination/code/HEAD/tree/Domination/ChangeLog.txt
# Alternatively, look for revs like "changelog update",
# "new version x.y.z info on website", or "website update for x.y.z".
rev = "2616";
hash = "sha256-/h9TstRxMpeoEsIeSN0MRmyRsiBHomguIPch1Zda8s8=";
};
nativeBuildInputs = [