1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 07:00:43 +00:00

Merge pull request #143486 from r-ryantm/auto-update/staruml

staruml: 4.0.1 -> 4.1.6
This commit is contained in:
Bobby Rong 2021-10-29 10:31:16 +08:00 committed by GitHub
commit 130f33f11d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,13 +21,13 @@ let
];
in
stdenv.mkDerivation rec {
version = "4.0.1";
version = "4.1.6";
pname = "staruml";
src =
fetchurl {
url = "https://staruml.io/download/releases-v4/StarUML_${version}_amd64.deb";
sha256 = "0vxrs5y4a17bnc27fd2k2qc0vi81v677mi55znylwf3a41fjfcir";
sha256 = "sha256-CUOdpR8RExMLeOX8469egENotMNuPU4z8S1IGqA21z0=";
};
nativeBuildInputs = [ makeWrapper dpkg ];