mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
yed: 3.25 -> 3.25.1
Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
This commit is contained in:
@@ -8,14 +8,15 @@
|
||||
wrapGAppsHook3,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
stdenv.mkDerivation {
|
||||
pname = "yEd";
|
||||
version = "3.25";
|
||||
version = "3.25.1";
|
||||
|
||||
# nixpkgs-update: no auto update
|
||||
src = fetchzip {
|
||||
# to update: archive https://www.yworks.com/resources/yed/demo/yEd-${version}.zip
|
||||
url = "https://web.archive.org/web/20250212125159/https://www.yworks.com/resources/yed/demo/yEd-${version}.zip";
|
||||
sha256 = "sha256-6Z24XmFPK+aomO7hImN4AdN08kjOsyn9PvHToyQj8sk=";
|
||||
url = "https://web.archive.org/web/20250322075239/https://www.yworks.com/resources/yed/demo/yEd-3.25.1.zip";
|
||||
sha256 = "sha256-CDciM2IW+nocbFMVmTXMWh2eYcDAMZ+lxsg/Rb7KRgo=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@@ -42,9 +43,9 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
dontWrapGApps = true;
|
||||
|
||||
meta = with lib; {
|
||||
license = licenses.unfree;
|
||||
sourceProvenance = with sourceTypes; [ binaryBytecode ];
|
||||
meta = {
|
||||
license = lib.licenses.unfree;
|
||||
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
|
||||
homepage = "https://www.yworks.com/products/yed";
|
||||
description = "Powerful desktop application that can be used to quickly and effectively generate high-quality diagrams";
|
||||
platforms = jre.meta.platforms;
|
||||
|
||||
Reference in New Issue
Block a user