structorizer: 3.32-18 -> 3.32-19

This commit is contained in:
R. Ryantm 2024-03-24 06:58:07 +00:00
parent 2a3616e0e0
commit af67837313

View File

@ -10,7 +10,7 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "structorizer"; pname = "structorizer";
version = "3.32-18"; version = "3.32-19";
desktopItems = [ desktopItems = [
(makeDesktopItem { (makeDesktopItem {
@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
owner = "fesch"; owner = "fesch";
repo = "Structorizer.Desktop"; repo = "Structorizer.Desktop";
rev = version; rev = version;
hash = "sha256-CA87j11TFUd0nmuPc1qyqdITkTPE/jauf31cO2iBQVg="; hash = "sha256-bHD/E6FWzig73+v4ROZ00TyB79bnlx16/+bBsmboKco=";
}; };
patches = [ ./makeStructorizer.patch ./makeBigJar.patch ]; patches = [ ./makeStructorizer.patch ./makeBigJar.patch ];