domination: 1.3.4 -> 1.3.5

(cherry picked from commit fc730f1be7)
This commit is contained in:
R. Ryantm
2026-08-12 16:46:39 +00:00
committed by github-actions[bot]
parent e1b12ce52d
commit 9bd28a500f

View File

@@ -30,7 +30,7 @@ let
in
stdenv.mkDerivation {
pname = "domination";
version = "1.3.4";
version = "1.3.5";
# The .zip releases do not contain the build.xml file
src = fetchsvn {
@@ -40,8 +40,8 @@ stdenv.mkDerivation {
# 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 = "2664";
hash = "sha256-bkaHpqJSc3UvwNT7LwuPUT8xN0g6QypfLSHlLmm8nX8=";
rev = "2778";
hash = "sha256-OsCpSL/0QgaaUAzoyPPrAlJixRlqsLJu2D8FkEuo0Ak=";
};
nativeBuildInputs = [