structorizer: 3.32-11 → 3.32-12

This commit is contained in:
Anna Aurora 2023-09-30 10:02:47 +02:00
parent bf25d8782b
commit c4c40cea8a
No known key found for this signature in database
GPG Key ID: 8F322E8A1718A83E

View File

@ -5,11 +5,12 @@
, makeDesktopItem
, makeWrapper
, copyDesktopItems
, nix-update-script
}:
stdenv.mkDerivation rec {
pname = "structorizer";
version = "3.32-11";
version = "3.32-12";
desktopItems = [
(makeDesktopItem {
@ -37,7 +38,7 @@ stdenv.mkDerivation rec {
owner = "fesch";
repo = "Structorizer.Desktop";
rev = version;
hash = "sha256-rGyeOcGm6uBplgTjMIOy/xRekfHacwDy9kkMigmRSdk=";
hash = "sha256-DZktq07MoXBg2AwHOoPLTbON/giSqDZOfmaMkZl1w1g=";
};
patches = [ ./makeStructorizer.patch ./makeBigJar.patch ];
@ -94,11 +95,14 @@ stdenv.mkDerivation rec {
runHook postInstall
'';
passthru.updateScript = nix-update-script { };
meta = with lib; {
description = "Create Nassi-Shneiderman diagrams (NSD)";
homepage = "https://structorizer.fisch.lu";
license = licenses.gpl3Plus;
platforms = platforms.all;
maintainers = with maintainers; [ annaaurora ];
mainProgram = "structorizer";
};
}