Skip to content

Commit

Permalink
yEd: 3.17 -> 3.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilchm authored and globin committed Sep 8, 2017
1 parent 707ee76 commit d70e64c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/graphics/yed/default.nix
Expand Up @@ -2,12 +2,12 @@

stdenv.mkDerivation rec {
name = "yEd-${version}";
version = "3.17";
version = "3.17.1";

src = requireFile {
name = "${name}.zip";
url = "https://www.yworks.com/en/products/yfiles/yed/";
sha256 = "1wk58cql90y3i5l7jlxqfjjgf26i0zrv5cn0p9npgagaw6aiw2za";
sha256 = "0fk1gai7yghfmfvx1rfzdnpwihbq6hqzncyk6zkpqdrf6zz576nl";
};

nativeBuildInputs = [ unzip makeWrapper ];
Expand Down

0 comments on commit d70e64c

Please sign in to comment.