Skip to content

Commit ad4171c

Browse files
staruml: 6.2.2 -> 6.3.0 (NixOS#361340)
2 parents d4297d0 + 4a02d96 commit ad4171c

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
@@ -24,12 +24,12 @@ let
2424
];
2525
in
2626
stdenv.mkDerivation (finalAttrs: {
27-
version = "6.2.2";
27+
version = "6.3.0";
2828
pname = "staruml";
2929

3030
src = fetchurl {
3131
url = "https://files.staruml.io/releases-v6/StarUML_${finalAttrs.version}_amd64.deb";
32-
sha256 = "sha256-1zxrT7phXeQYNbWHWMyPuHiUglrPSMPP0bfAcfvt8dM=";
32+
sha256 = "sha256-G63MxjefAJ0J40HzrI9j/sRkHLIdUzBf0GSbw6fAFoI=";
3333
};
3434

3535
nativeBuildInputs = [ wrapGAppsHook3 dpkg ];

0 commit comments

Comments
 (0)