mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 10:53:11 +00:00
Merge pull request #327787 from r-ryantm/auto-update/staruml
staruml: 6.1.2 -> 6.2.1
This commit is contained in:
commit
c651733248
@ -24,12 +24,12 @@ let
|
||||
];
|
||||
in
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
version = "6.1.2";
|
||||
version = "6.2.1";
|
||||
pname = "staruml";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://files.staruml.io/releases-v6/StarUML_${finalAttrs.version}_amd64.deb";
|
||||
sha256 = "sha256-jAvtcgn51RzO+fkS1LucJs0GOK/x7/7+mWhrNu/dyjg=";
|
||||
sha256 = "sha256-azfh27klczMK8m5jeVmJFkwJgN/qh6lzMUyYqkBNca8=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ wrapGAppsHook3 dpkg ];
|
||||
|
Loading…
Reference in New Issue
Block a user