staruml: 6.3.2 -> 6.3.3 (#417395)

Co-authored-by: kashw2 <kashw2@users.noreply.github.com>

authored by

nixpkgs-merge-bot[bot]
kashw2
and committed by
GitHub
8eff0be7 44c8f348

+2 -2
+2 -2
pkgs/by-name/st/staruml/package.nix
··· 60 60 ]; 61 61 in 62 62 stdenv.mkDerivation (finalAttrs: { 63 - version = "6.3.2"; 63 + version = "6.3.3"; 64 64 pname = "staruml"; 65 65 66 66 src = fetchurl { 67 67 url = "https://files.staruml.io/releases-v6/StarUML_${finalAttrs.version}_amd64.deb"; 68 - sha256 = "sha256-hN37cDsh+wWB0hIewRn/xeLXINX7MGA+9MPfi8X91qs="; 68 + sha256 = "sha256-WCsMWbQ0V76EOwlZaqpeczGg6qQFz7xCfyMxZ3F1w/o="; 69 69 }; 70 70 71 71 nativeBuildInputs = [