about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authormarkuskowa <markus.kowalewski@gmail.com>2019-04-03 13:54:27 +0200
committerGitHub <noreply@github.com>2019-04-03 13:54:27 +0200
commit5babc67452fa7ff0b1f6a0ef3fc506b2e0de9e5f (patch)
tree95adb0aba1a4af6efe119666301571639793ab99 /pkgs/applications/graphics
parent7fe4543108cc4f3e16064823656b77066901c7a7 (diff)
parent69d110eeb5ba1268ac15a635bea3e99081c19b17 (diff)
Merge pull request #58927 from r-ryantm/auto-update/yEd
yed: 3.18.2 -> 3.19
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/yed/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/yed/default.nix b/pkgs/applications/graphics/yed/default.nix
index 7267e9bc48573..799ceef1beda7 100644
--- a/pkgs/applications/graphics/yed/default.nix
+++ b/pkgs/applications/graphics/yed/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "yEd-${version}";
-  version = "3.18.2";
+  version = "3.19";
 
   src = fetchzip {
     url = "https://www.yworks.com/resources/yed/demo/${name}.zip";
-    sha256 = "1csj19j9mfx4jfc949sz672h8lnfj217nn32d54cxj8llks82ycy";
+    sha256 = "0l70pc7wl2ghfkjab9w2mbx7crwha7xwkrpmspsi5c6q56dw7s33";
   };
 
   nativeBuildInputs = [ makeWrapper unzip ];