texturepacker: 7.9.0 -> 7.11.0

This commit is contained in:
R. Ryantm
2025-12-24 05:31:46 +00:00
parent 10ca7c2598
commit efb06fc6a3
+2 -2
View File
@@ -9,11 +9,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "texturepacker";
version = "7.9.0";
version = "7.11.0";
src = fetchurl {
url = "https://www.codeandweb.com/download/texturepacker/${finalAttrs.version}/TexturePacker-${finalAttrs.version}.deb";
hash = "sha256-o613XN8/ypmOEWyDjIQeF6JQsZK5gyDsgmYwd9siU1k=";
hash = "sha256-s0d9kcsvW3r6kkz5qIxYDtIMD2Kzqz/tCSWvwxeJFnE=";
};
nativeBuildInputs = [