Skip to content

Commit 3b48b2e

Browse files
staruml: 6.3.1 -> 6.3.2 (#396166)
Co-authored-by: kashw2 <[email protected]>
2 parents ab00f18 + 54402a0 commit 3b48b2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/st/staruml/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@ let
6060
];
6161
in
6262
stdenv.mkDerivation (finalAttrs: {
63-
version = "6.3.1";
63+
version = "6.3.2";
6464
pname = "staruml";
6565

6666
src = fetchurl {
6767
url = "https://files.staruml.io/releases-v6/StarUML_${finalAttrs.version}_amd64.deb";
68-
sha256 = "sha256-HJCQZr3vphxLeuHVkq6fSZai8PfJKyhuaooFeOUGxSI=";
68+
sha256 = "sha256-hN37cDsh+wWB0hIewRn/xeLXINX7MGA+9MPfi8X91qs=";
6969
};
7070

7171
nativeBuildInputs = [

0 commit comments

Comments
 (0)