mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 22:50:49 +00:00
yed: change the go-to page per vendor request
This commit is contained in:
parent
d36e4f3063
commit
fdb5ab0bba
|
@ -3,13 +3,9 @@
|
|||
stdenv.mkDerivation rec {
|
||||
name = "yEd-3.14.3";
|
||||
|
||||
#src = fetchurl {
|
||||
# url = "http://www.yworks.com/products/yed/demo/${name}.zip";
|
||||
# sha256 = "0xgazknbz82sgk65hxmvbycl1vd25z80a7jgwjgw7syicrgmplcl";
|
||||
#};
|
||||
src = requireFile {
|
||||
name = "${name}.zip";
|
||||
url = "https://www.yworks.com/en/products_download.php?file=${name}.zip";
|
||||
url = "https://www.yworks.com/en/products/yfiles/yed/";
|
||||
sha256 = "0xgazknbz82sgk65hxmvbycl1vd25z80a7jgwjgw7syicrgmplcl";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue