Merge pull request #292246 from r-ryantm/auto-update/structorizer

structorizer: 3.32-15 -> 3.32-16

authored by Nick Cao and committed by GitHub 839def07 c688634b

+2 -2
+2 -2
pkgs/applications/graphics/structorizer/default.nix
··· 10 10 11 11 stdenv.mkDerivation rec { 12 12 pname = "structorizer"; 13 - version = "3.32-15"; 13 + version = "3.32-16"; 14 14 15 15 desktopItems = [ 16 16 (makeDesktopItem { ··· 38 38 owner = "fesch"; 39 39 repo = "Structorizer.Desktop"; 40 40 rev = version; 41 - hash = "sha256-ZCVvMvbXMQIcZRk1F7QiRtNeuLicHe/aEvwp4FvhwoM="; 41 + hash = "sha256-K/ofwwlkZF13V0IZEL166n58ylm+qdh1jbXzH7LwXog="; 42 42 }; 43 43 44 44 patches = [ ./makeStructorizer.patch ./makeBigJar.patch ];