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.
1 parent 6369dcd commit 4a02d96Copy full SHA for 4a02d96
pkgs/by-name/st/staruml/package.nix
@@ -24,12 +24,12 @@ let
24
];
25
in
26
stdenv.mkDerivation (finalAttrs: {
27
- version = "6.2.2";
+ version = "6.3.0";
28
pname = "staruml";
29
30
src = fetchurl {
31
url = "https://files.staruml.io/releases-v6/StarUML_${finalAttrs.version}_amd64.deb";
32
- sha256 = "sha256-1zxrT7phXeQYNbWHWMyPuHiUglrPSMPP0bfAcfvt8dM=";
+ sha256 = "sha256-G63MxjefAJ0J40HzrI9j/sRkHLIdUzBf0GSbw6fAFoI=";
33
};
34
35
nativeBuildInputs = [ wrapGAppsHook3 dpkg ];
0 commit comments