diff options
| author | nixpkgs-merge-bot[bot] <148217876+nixpkgs-merge-bot[bot]@users.noreply.github.com> | 2025-04-05 11:52:23 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-05 11:52:23 +0000 |
| commit | 3b48b2eb41f0bcd2c0551cd1c2457fdae806c7a3 (patch) | |
| tree | a4a4c6efaa8f687ce88f6a05433ee6813e7ba1c1 | |
| parent | deck: 1.45.0 -> 1.46.1 (#396292) (diff) | |
| parent | staruml: 6.3.1 -> 6.3.2 (diff) | |
| download | nixpkgs-3b48b2eb41f0bcd2c0551cd1c2457fdae806c7a3.tar.gz | |
staruml: 6.3.1 -> 6.3.2 (#396166)
Co-authored-by: kashw2 <kashw2@users.noreply.github.com>
| -rw-r--r-- | pkgs/by-name/st/staruml/package.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/st/staruml/package.nix b/pkgs/by-name/st/staruml/package.nix index eeeb1cdf6c20..82989c876aef 100644 --- a/pkgs/by-name/st/staruml/package.nix +++ b/pkgs/by-name/st/staruml/package.nix @@ -60,12 +60,12 @@ let ]; in stdenv.mkDerivation (finalAttrs: { - version = "6.3.1"; + version = "6.3.2"; pname = "staruml"; src = fetchurl { url = "https://files.staruml.io/releases-v6/StarUML_${finalAttrs.version}_amd64.deb"; - sha256 = "sha256-HJCQZr3vphxLeuHVkq6fSZai8PfJKyhuaooFeOUGxSI="; + sha256 = "sha256-hN37cDsh+wWB0hIewRn/xeLXINX7MGA+9MPfi8X91qs="; }; nativeBuildInputs = [ |
