worldpainter: 2.26.0 -> 2.26.1 (#447039)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-09-29 09:34:55 +00:00
committed by GitHub
+2 -2
View File
@@ -10,11 +10,11 @@
}:
stdenv.mkDerivation rec {
pname = "worldpainter";
version = "2.26.0";
version = "2.26.1";
src = fetchurl {
url = "https://www.worldpainter.net/files/${pname}_${version}.tar.gz";
hash = "sha256-/ppESrYoNbtxSWaCaKgwvtrW8IGLwigYgQuHF5F/26A=";
hash = "sha256-YlFiGim9IeurDZ4H1XzxRDn7GM/U/zL9SqTUT4gJdno=";
};
nativeBuildInputs = [