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

structorizer: 3.32-14 -> 3.32-15
This commit is contained in:
Fabián Heredia Montiel 2023-12-24 13:46:40 -06:00 committed by GitHub
commit 5fe672ea73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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