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

structorizer: 3.32-12 -> 3.32-14

authored by Fabián Heredia Montiel and committed by GitHub 42d5c5b9 37fa3e8d

+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-12"; 13 + version = "3.32-14"; 14 14 15 15 desktopItems = [ 16 16 (makeDesktopItem { ··· 38 38 owner = "fesch"; 39 39 repo = "Structorizer.Desktop"; 40 40 rev = version; 41 - hash = "sha256-DZktq07MoXBg2AwHOoPLTbON/giSqDZOfmaMkZl1w1g="; 41 + hash = "sha256-pnzvfXH4KC067aqqH9h1+T3K+6IzIYw8IJCMdmGrN6c="; 42 42 }; 43 43 44 44 patches = [ ./makeStructorizer.patch ./makeBigJar.patch ];