about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorVlad M <dywedir@gra.red>2024-04-14 00:20:51 +0300
committerGitHub <noreply@github.com>2024-04-14 00:20:51 +0300
commitf4e4674ea5a981b2fcaa9139a58c49117baf28c5 (patch)
tree99a670d3a46227f7619495fdccd94c6647bcc935 /pkgs/applications/graphics
parent42cd414c7f308b5378ecd98fc6aeb23cc50d9299 (diff)
parent5c9e0805f9ebb1042a6bb35f96eabe97d5d49c6d (diff)
Merge pull request #302650 from TomaSajt/texturepacker
texturepacker: 7.1.0 -> 7.2.0
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/texturepacker/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/texturepacker/default.nix b/pkgs/applications/graphics/texturepacker/default.nix
index 14769c02af0eb..ccae60f1433e8 100644
--- a/pkgs/applications/graphics/texturepacker/default.nix
+++ b/pkgs/applications/graphics/texturepacker/default.nix
@@ -11,11 +11,11 @@
 
 stdenv.mkDerivation (finalAttrs: {
   pname = "texturepacker";
-  version = "7.1.0";
+  version = "7.2.0";
 
   src = fetchurl {
     url = "https://www.codeandweb.com/download/texturepacker/${finalAttrs.version}/TexturePacker-${finalAttrs.version}.deb";
-    hash = "sha256-9HbmdMPTp6qZCEU/lIZv4HbjKUlEtPVval+y0tiYObc=";
+    hash = "sha256-64aAg8V61MwJjFLYcf/nv5Bp7W0+cQBZac2e1HzkJBw=";
   };
 
   nativeBuildInputs = [