worldpainter: 2.26.2 -> 2.27.0

(cherry picked from commit 88f91a9c03)
This commit is contained in:
R. Ryantm 2026-06-29 05:38:58 +00:00 committed by github-actions[bot]
commit efe47e576c

View file

@ -10,11 +10,11 @@
}:
stdenv.mkDerivation rec {
pname = "worldpainter";
version = "2.26.2";
version = "2.27.0";
src = fetchurl {
url = "https://www.worldpainter.net/files/worldpainter_${version}.tar.gz";
hash = "sha256-vYsIDzzt6VeeXXDDHDduH8jb/sGgviqVRMilk5dl0tU=";
hash = "sha256-UY2KB6IUlv35wEG9PNU5gWvV5L6KsEiUvJEpqWXSBSA=";
};
nativeBuildInputs = [