worldpainter: 2.25.1 -> 2.26.0

This commit is contained in:
R. Ryantm
2025-08-20 12:32:35 +00:00
parent 8766d9c4eb
commit fd95f0dbc8
+2 -2
View File
@@ -10,11 +10,11 @@
}:
stdenv.mkDerivation rec {
pname = "worldpainter";
version = "2.25.1";
version = "2.26.0";
src = fetchurl {
url = "https://www.worldpainter.net/files/${pname}_${version}.tar.gz";
hash = "sha256-AfqMerBvDfMw1WTeQVcPPt1nvBv7+66TolFCX4lFNVY=";
hash = "sha256-/ppESrYoNbtxSWaCaKgwvtrW8IGLwigYgQuHF5F/26A=";
};
nativeBuildInputs = [