Unverified Commit f4e4674e authored by Vlad M's avatar Vlad M Committed by GitHub
Browse files

Merge pull request #302650 from TomaSajt/texturepacker

texturepacker: 7.1.0 -> 7.2.0
parents 42cd414c 5c9e0805
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [