texturepacker: 7.1.0 -> 7.2.0

This commit is contained in:
TomaSajt 2024-04-08 21:53:24 +02:00
parent abe66e20fb
commit 5c9e0805f9
No known key found for this signature in database
GPG Key ID: F011163C050122A1

View File

@ -11,11 +11,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "texturepacker";
version = "7.1.0";
version = "7.2.0";
src = fetchurl {
url = "https://www.codeandweb.com/download/texturepacker/${finalAttrs.version}/TexturePacker-${finalAttrs.version}.deb";
hash = "sha256-9HbmdMPTp6qZCEU/lIZv4HbjKUlEtPVval+y0tiYObc=";
hash = "sha256-64aAg8V61MwJjFLYcf/nv5Bp7W0+cQBZac2e1HzkJBw=";
};
nativeBuildInputs = [