yed: 3.25 -> 3.25.1 (#441971)

authored by Weijia Wang and committed by GitHub 1b23f74b 804e182b

+8 -7
+8 -7
pkgs/by-name/ye/yed/package.nix
··· 8 wrapGAppsHook3, 9 }: 10 11 - stdenv.mkDerivation rec { 12 pname = "yEd"; 13 - version = "3.25"; 14 15 src = fetchzip { 16 # to update: archive https://www.yworks.com/resources/yed/demo/yEd-${version}.zip 17 - url = "https://web.archive.org/web/20250212125159/https://www.yworks.com/resources/yed/demo/yEd-${version}.zip"; 18 - sha256 = "sha256-6Z24XmFPK+aomO7hImN4AdN08kjOsyn9PvHToyQj8sk="; 19 }; 20 21 nativeBuildInputs = [ ··· 42 ''; 43 dontWrapGApps = true; 44 45 - meta = with lib; { 46 - license = licenses.unfree; 47 - sourceProvenance = with sourceTypes; [ binaryBytecode ]; 48 homepage = "https://www.yworks.com/products/yed"; 49 description = "Powerful desktop application that can be used to quickly and effectively generate high-quality diagrams"; 50 platforms = jre.meta.platforms;
··· 8 wrapGAppsHook3, 9 }: 10 11 + stdenv.mkDerivation { 12 pname = "yEd"; 13 + version = "3.25.1"; 14 15 + # nixpkgs-update: no auto update 16 src = fetchzip { 17 # to update: archive https://www.yworks.com/resources/yed/demo/yEd-${version}.zip 18 + url = "https://web.archive.org/web/20250322075239/https://www.yworks.com/resources/yed/demo/yEd-3.25.1.zip"; 19 + sha256 = "sha256-CDciM2IW+nocbFMVmTXMWh2eYcDAMZ+lxsg/Rb7KRgo="; 20 }; 21 22 nativeBuildInputs = [ ··· 43 ''; 44 dontWrapGApps = true; 45 46 + meta = { 47 + license = lib.licenses.unfree; 48 + sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; 49 homepage = "https://www.yworks.com/products/yed"; 50 description = "Powerful desktop application that can be used to quickly and effectively generate high-quality diagrams"; 51 platforms = jre.meta.platforms;