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

structorizer: 3.32-16 -> 3.32-17
This commit is contained in:
Weijia Wang 2024-03-19 21:22:13 +01:00 committed by GitHub
commit b2007f5989
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@
stdenv.mkDerivation rec {
pname = "structorizer";
version = "3.32-16";
version = "3.32-17";
desktopItems = [
(makeDesktopItem {
@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
owner = "fesch";
repo = "Structorizer.Desktop";
rev = version;
hash = "sha256-K/ofwwlkZF13V0IZEL166n58ylm+qdh1jbXzH7LwXog=";
hash = "sha256-yJPF4N402wzc4kNWgcu7quhQ9QaERMfqHdQrf1IGwrQ=";
};
patches = [ ./makeStructorizer.patch ./makeBigJar.patch ];