worldpainter: 2.26.0 -> 2.26.1

This commit is contained in:
R. Ryantm
2025-09-29 00:59:20 +00:00
parent 62588b43e4
commit 4e1105a958
+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 = [