about summary refs log tree commit diff
path: root/pkgs/tools/misc/staruml
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2021-10-28 22:17:09 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2021-10-28 22:17:09 +0000
commitf6bc759658731e550e795ecc2b7800229af5a736 (patch)
treeb71c108e430b135094c32a9db484f1a95fb8bc64 /pkgs/tools/misc/staruml
parent22a500a3f87bbce73bd8d777ef920b43a636f018 (diff)
staruml: 4.0.1 -> 4.1.6
Diffstat (limited to 'pkgs/tools/misc/staruml')
-rw-r--r--pkgs/tools/misc/staruml/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/staruml/default.nix b/pkgs/tools/misc/staruml/default.nix
index ab28b8777f44c..3d2042978f8d0 100644
--- a/pkgs/tools/misc/staruml/default.nix
+++ b/pkgs/tools/misc/staruml/default.nix
@@ -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 ];