Merge pull request #327787 from r-ryantm/auto-update/staruml

staruml: 6.1.2 -> 6.2.1
This commit is contained in:
Pol Dellaiera
2024-07-17 09:21:03 +02:00
committed by GitHub
+2 -2
View File
@@ -24,12 +24,12 @@ let
];
in
stdenv.mkDerivation (finalAttrs: {
version = "6.1.2";
version = "6.2.1";
pname = "staruml";
src = fetchurl {
url = "https://files.staruml.io/releases-v6/StarUML_${finalAttrs.version}_amd64.deb";
sha256 = "sha256-jAvtcgn51RzO+fkS1LucJs0GOK/x7/7+mWhrNu/dyjg=";
sha256 = "sha256-azfh27klczMK8m5jeVmJFkwJgN/qh6lzMUyYqkBNca8=";
};
nativeBuildInputs = [ wrapGAppsHook3 dpkg ];