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

structorizer: 3.32-15 -> 3.32-16
This commit is contained in:
Nick Cao 2024-03-03 10:14:43 -05:00 committed by GitHub
commit 839def071b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "structorizer"; pname = "structorizer";
version = "3.32-15"; version = "3.32-16";
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-ZCVvMvbXMQIcZRk1F7QiRtNeuLicHe/aEvwp4FvhwoM="; hash = "sha256-K/ofwwlkZF13V0IZEL166n58ylm+qdh1jbXzH7LwXog=";
}; };
patches = [ ./makeStructorizer.patch ./makeBigJar.patch ]; patches = [ ./makeStructorizer.patch ./makeBigJar.patch ];