structorizer: 3.32-20 -> 3.32-21

This commit is contained in:
R. Ryantm 2024-04-24 11:38:01 +00:00
parent 71b4a60386
commit 6aae586398

View File

@ -10,7 +10,7 @@
stdenv.mkDerivation rec {
pname = "structorizer";
version = "3.32-20";
version = "3.32-21";
desktopItems = [
(makeDesktopItem {
@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
owner = "fesch";
repo = "Structorizer.Desktop";
rev = version;
hash = "sha256-kFgypwSmXRkIyb0ZMcoTSgQdODfn9F81ABlFWATvh3M=";
hash = "sha256-pwakwIMmG7A0Rw8XYH/f2PkzzX9bIADL0+52Ucawn3Q=";
};
patches = [ ./makeStructorizer.patch ./makeBigJar.patch ];