We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8829f47 + 11e770f commit 3975b2bCopy full SHA for 3975b2b
pkgs/by-name/te/texturepacker/package.nix
@@ -9,11 +9,11 @@
9
10
stdenv.mkDerivation (finalAttrs: {
11
pname = "texturepacker";
12
- version = "7.7.0";
+ version = "7.7.1";
13
14
src = fetchurl {
15
url = "https://www.codeandweb.com/download/texturepacker/${finalAttrs.version}/TexturePacker-${finalAttrs.version}.deb";
16
- hash = "sha256-0HSKushYQXt13z619ZmZt0ADpQA20jmRrext1w6/Ghc=";
+ hash = "sha256-3zBPPH3LJLJEEMWV8eWP9yu5oq+3toexIcnLOi02yD8=";
17
};
18
19
nativeBuildInputs = [
0 commit comments