Skip to content

Commit f867d24

Browse files
authored
texturepacker: 7.6.1 -> 7.6.2 (#396686)
2 parents 71fe684 + 610208c commit f867d24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/te/texturepacker/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99

1010
stdenv.mkDerivation (finalAttrs: {
1111
pname = "texturepacker";
12-
version = "7.6.1";
12+
version = "7.6.2";
1313

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

1919
nativeBuildInputs = [

0 commit comments

Comments
 (0)