Skip to content

Commit 3975b2b

Browse files
authored
texturepacker: 7.7.0 -> 7.7.1 (#414626)
2 parents 8829f47 + 11e770f commit 3975b2b

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.7.0";
12+
version = "7.7.1";
1313

1414
src = fetchurl {
1515
url = "https://www.codeandweb.com/download/texturepacker/${finalAttrs.version}/TexturePacker-${finalAttrs.version}.deb";
16-
hash = "sha256-0HSKushYQXt13z619ZmZt0ADpQA20jmRrext1w6/Ghc=";
16+
hash = "sha256-3zBPPH3LJLJEEMWV8eWP9yu5oq+3toexIcnLOi02yD8=";
1717
};
1818

1919
nativeBuildInputs = [

0 commit comments

Comments
 (0)