Unverified Commit f867d24f authored by Toma's avatar Toma Committed by GitHub
Browse files

texturepacker: 7.6.1 -> 7.6.2 (#396686)

parents 71fe684f 610208c5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,11 +9,11 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "texturepacker";
  version = "7.6.1";
  version = "7.6.2";

  src = fetchurl {
    url = "https://www.codeandweb.com/download/texturepacker/${finalAttrs.version}/TexturePacker-${finalAttrs.version}.deb";
    hash = "sha256-e824tHi9vTxhGbIxg5BPWgb3nBt5ZA2XgtkM7g3Y5Rw=";
    hash = "sha256-CJtUWxjleojjK+LljDbdhSH2FNQfVGMkif/XDRW1Y/k=";
  };

  nativeBuildInputs = [