tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
texturepacker: 7.8.0 -> 7.9.0
R. Ryantm
5 months ago
3b97f515
9976b590
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
te
texturepacker
package.nix
+2
-2
pkgs/by-name/te/texturepacker/package.nix
···
9
9
10
10
stdenv.mkDerivation (finalAttrs: {
11
11
pname = "texturepacker";
12
12
-
version = "7.8.0";
12
12
+
version = "7.9.0";
13
13
14
14
src = fetchurl {
15
15
url = "https://www.codeandweb.com/download/texturepacker/${finalAttrs.version}/TexturePacker-${finalAttrs.version}.deb";
16
16
-
hash = "sha256-r1oK5VgUZrdPDOM/8LDSgq5KVmahVVJQ9QXGPK6RkcY=";
16
16
+
hash = "sha256-o613XN8/ypmOEWyDjIQeF6JQsZK5gyDsgmYwd9siU1k=";
17
17
};
18
18
19
19
nativeBuildInputs = [