We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab00f18 + 54402a0 commit 3b48b2eCopy full SHA for 3b48b2e
pkgs/by-name/st/staruml/package.nix
@@ -60,12 +60,12 @@ let
60
];
61
in
62
stdenv.mkDerivation (finalAttrs: {
63
- version = "6.3.1";
+ version = "6.3.2";
64
pname = "staruml";
65
66
src = fetchurl {
67
url = "https://files.staruml.io/releases-v6/StarUML_${finalAttrs.version}_amd64.deb";
68
- sha256 = "sha256-HJCQZr3vphxLeuHVkq6fSZai8PfJKyhuaooFeOUGxSI=";
+ sha256 = "sha256-hN37cDsh+wWB0hIewRn/xeLXINX7MGA+9MPfi8X91qs=";
69
};
70
71
nativeBuildInputs = [
0 commit comments