staruml: 6.3.2 -> 6.3.3

This commit is contained in:
R. Ryantm
2025-06-17 00:43:32 +00:00
parent bd1fe9d084
commit 1c0409a545
+2 -2
View File
@@ -60,12 +60,12 @@ let
];
in
stdenv.mkDerivation (finalAttrs: {
version = "6.3.2";
version = "6.3.3";
pname = "staruml";
src = fetchurl {
url = "https://files.staruml.io/releases-v6/StarUML_${finalAttrs.version}_amd64.deb";
sha256 = "sha256-hN37cDsh+wWB0hIewRn/xeLXINX7MGA+9MPfi8X91qs=";
sha256 = "sha256-WCsMWbQ0V76EOwlZaqpeczGg6qQFz7xCfyMxZ3F1w/o=";
};
nativeBuildInputs = [