worldpainter: 2.25.1 -> 2.26.0 (#435255)

Co-authored-by: hatch01 <hatch01@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-08-21 08:06:53 +00:00
committed by GitHub
co-authored by hatch01
+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 = [