tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
worldpainter: 2.26.0 -> 2.26.1
R. Ryantm
5 months ago
4e1105a9
62588b43
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
wo
worldpainter
package.nix
+2
-2
pkgs/by-name/wo/worldpainter/package.nix
···
10
10
}:
11
11
stdenv.mkDerivation rec {
12
12
pname = "worldpainter";
13
13
-
version = "2.26.0";
13
13
+
version = "2.26.1";
14
14
15
15
src = fetchurl {
16
16
url = "https://www.worldpainter.net/files/${pname}_${version}.tar.gz";
17
17
-
hash = "sha256-/ppESrYoNbtxSWaCaKgwvtrW8IGLwigYgQuHF5F/26A=";
17
17
+
hash = "sha256-YlFiGim9IeurDZ4H1XzxRDn7GM/U/zL9SqTUT4gJdno=";
18
18
};
19
19
20
20
nativeBuildInputs = [