summary refs log tree commit diff
path: root/pkgs/applications/graphics/yed
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-11-01 22:00:00 -0500
committerMario Rodas <marsam@users.noreply.github.com>2019-11-01 22:00:00 -0500
commitd0e11d55cb7aaeaf522ee10622d9bb196d4049e2 (patch)
tree089be676c69ed9647e5879a57df1fab6d5f54ba2 /pkgs/applications/graphics/yed
parent9f0e3b103b80fff83ea6c7449e75e94caa2f4953 (diff)
downloadnixpkgs-d0e11d55cb7aaeaf522ee10622d9bb196d4049e2.tar
nixpkgs-d0e11d55cb7aaeaf522ee10622d9bb196d4049e2.tar.gz
nixpkgs-d0e11d55cb7aaeaf522ee10622d9bb196d4049e2.tar.bz2
nixpkgs-d0e11d55cb7aaeaf522ee10622d9bb196d4049e2.tar.lz
nixpkgs-d0e11d55cb7aaeaf522ee10622d9bb196d4049e2.tar.xz
nixpkgs-d0e11d55cb7aaeaf522ee10622d9bb196d4049e2.tar.zst
nixpkgs-d0e11d55cb7aaeaf522ee10622d9bb196d4049e2.zip
yed: 3.19.1 -> 3.19.1.1
Diffstat (limited to 'pkgs/applications/graphics/yed')
-rw-r--r--pkgs/applications/graphics/yed/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/graphics/yed/default.nix b/pkgs/applications/graphics/yed/default.nix
index 3d92a8dfd76..96515a13724 100644
--- a/pkgs/applications/graphics/yed/default.nix
+++ b/pkgs/applications/graphics/yed/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "yEd";
-  version = "3.19.1";
+  version = "3.19.1.1";
 
   src = fetchzip {
     url = "https://www.yworks.com/resources/yed/demo/${pname}-${version}.zip";
-    sha256 = "19bnzpwszfrlpi5ssgfsv29gdmfj7pvxad9z8fdjf9k61187dgqj";
+    sha256 = "0px88rc1slf7n1n8lpk56hf29ppbnnd4lrqfyggihcr0pxmw157c";
   };
 
   nativeBuildInputs = [ makeWrapper unzip ];
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     license = licenses.unfree;
-    homepage = http://www.yworks.com/en/products/yfiles/yed/;
+    homepage = "https://www.yworks.com/products/yed";
     description = "A powerful desktop application that can be used to quickly and effectively generate high-quality diagrams";
     platforms = jre.meta.platforms;
     maintainers = with maintainers; [ abbradar ];