staruml: 5.1.0 -> 6.0.0

This commit is contained in:
kashw2 2023-09-11 13:26:38 +10:00
parent b7f08798e2
commit 3695475875

View File

@ -24,13 +24,13 @@ let
];
in
stdenv.mkDerivation rec {
version = "5.1.0";
version = "6.0.0";
pname = "staruml";
src =
fetchurl {
url = "https://files.staruml.io/releases-v5/StarUML_${version}_amd64.deb";
sha256 = "sha256-da1mY3OW24g6Ix0L57CBPbaMeSLzhOOjoBsyZszmNOc=";
url = "https://files.staruml.io/releases-v6/StarUML_${version}_amd64.deb";
sha256 = "sha256-g35d9YcZrP4D8X9NU84Fz0qmb/2lUUOuZ30iIwgThA0=";
};
nativeBuildInputs = [ wrapGAppsHook dpkg ];
@ -74,7 +74,7 @@ stdenv.mkDerivation rec {
homepage = "https://staruml.io/";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ kashw2 ];
platforms = [ "x86_64-linux" ];
};
}