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 71fe684 + 610208c commit f867d24Copy full SHA for f867d24
pkgs/by-name/te/texturepacker/package.nix
@@ -9,11 +9,11 @@
9
10
stdenv.mkDerivation (finalAttrs: {
11
pname = "texturepacker";
12
- version = "7.6.1";
+ version = "7.6.2";
13
14
src = fetchurl {
15
url = "https://www.codeandweb.com/download/texturepacker/${finalAttrs.version}/TexturePacker-${finalAttrs.version}.deb";
16
- hash = "sha256-e824tHi9vTxhGbIxg5BPWgb3nBt5ZA2XgtkM7g3Y5Rw=";
+ hash = "sha256-CJtUWxjleojjK+LljDbdhSH2FNQfVGMkif/XDRW1Y/k=";
17
};
18
19
nativeBuildInputs = [
0 commit comments