structorizer: 3.32-12 -> 3.32-14

This commit is contained in:
R. Ryantm 2023-11-14 05:18:39 +00:00
parent 541745f774
commit 592a07d9d5

View File

@ -10,7 +10,7 @@
stdenv.mkDerivation rec {
pname = "structorizer";
version = "3.32-12";
version = "3.32-14";
desktopItems = [
(makeDesktopItem {
@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
owner = "fesch";
repo = "Structorizer.Desktop";
rev = version;
hash = "sha256-DZktq07MoXBg2AwHOoPLTbON/giSqDZOfmaMkZl1w1g=";
hash = "sha256-pnzvfXH4KC067aqqH9h1+T3K+6IzIYw8IJCMdmGrN6c=";
};
patches = [ ./makeStructorizer.patch ./makeBigJar.patch ];