yed: 3.25 -> 3.25.1

Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
This commit is contained in:
phanirithvij
2025-09-11 11:28:12 +05:30
parent b0dee4f69d
commit d4af14024a

View File

@@ -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;