about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-05-15 13:37:51 +0200
committerGitHub <noreply@github.com>2024-05-15 13:37:51 +0200
commit2f7c4b85657522aab1a2baa476f31c4e5072cac9 (patch)
tree1e109cb2a8c79ca782db79b0a9c305a82464e0ab
parent085bcf14c3e250f83f3a8d781d9130223e03e8f0 (diff)
parentab0dfac13a8365330198238d02d0b891b8e5e3ea (diff)
Merge pull request #311835 from r-ryantm/auto-update/texturepacker
texturepacker: 7.3.0 -> 7.4.0
-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 fdf1d2b9fa6c7..37f07e9657a2d 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.3.0";
+  version = "7.4.0";
 
   src = fetchurl {
     url = "https://www.codeandweb.com/download/texturepacker/${finalAttrs.version}/TexturePacker-${finalAttrs.version}.deb";
-    hash = "sha256-0i6LDrLBvTFKC5kW2PXP3Be6boUIJZ0fd1JG6FoS1kQ=";
+    hash = "sha256-v+azjIIscmp72WB3gki0CKb+z+FYsuJxIx9jvdfs+qM=";
   };
 
   nativeBuildInputs = [