Merge pull request #254491 from kashw2/staruml

staruml: 5.1.0 -> 6.0.0
This commit is contained in:
Rick van Schijndel 2023-09-11 21:28:48 +02:00 committed by GitHub
commit e8e963838a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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" ];
};
}