about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-03-19 21:22:13 +0100
committerGitHub <noreply@github.com>2024-03-19 21:22:13 +0100
commitb2007f5989caf2bad9b32a79ce82d48ab9ff596c (patch)
treeaa12a98cbe8b40e943eb22d3af28819446c2f0cb /pkgs/applications/graphics
parentd97f6f6194da65c558cb24010ca056fb434710f5 (diff)
parent097ca49c29f29081aace5ae2c214cceaf4ae7431 (diff)
Merge pull request #295592 from r-ryantm/auto-update/structorizer
structorizer: 3.32-16 -> 3.32-17
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/structorizer/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/structorizer/default.nix b/pkgs/applications/graphics/structorizer/default.nix
index bb6d2660836a8..5c504777ecc20 100644
--- a/pkgs/applications/graphics/structorizer/default.nix
+++ b/pkgs/applications/graphics/structorizer/default.nix
@@ -10,7 +10,7 @@
 
 stdenv.mkDerivation rec {
   pname = "structorizer";
-  version = "3.32-16";
+  version = "3.32-17";
 
   desktopItems = [
     (makeDesktopItem {
@@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
     owner = "fesch";
     repo = "Structorizer.Desktop";
     rev = version;
-    hash = "sha256-K/ofwwlkZF13V0IZEL166n58ylm+qdh1jbXzH7LwXog=";
+    hash = "sha256-yJPF4N402wzc4kNWgcu7quhQ9QaERMfqHdQrf1IGwrQ=";
   };
 
   patches = [ ./makeStructorizer.patch ./makeBigJar.patch ];