about summary refs log tree commit diff
path: root/pkgs/applications/graphics/yed/default.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-07-01 00:16:16 +0000
committerGitHub <noreply@github.com>2024-07-01 00:16:16 +0000
commite37016f618f13c9397ce2d6e7e58b9b602f82fe9 (patch)
tree764196fa81476f91a8c6fb0f139a28b29a11d81f /pkgs/applications/graphics/yed/default.nix
parent01da4c59cc4879540b7a5d73230475b4616a0dc8 (diff)
parentc00f20377be57a37df5cf7986198aab6051c0057 (diff)
Merge master into haskell-updates
Diffstat (limited to 'pkgs/applications/graphics/yed/default.nix')
-rw-r--r--pkgs/applications/graphics/yed/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/yed/default.nix b/pkgs/applications/graphics/yed/default.nix
index 3599cf70032a5..ee4030053b677 100644
--- a/pkgs/applications/graphics/yed/default.nix
+++ b/pkgs/applications/graphics/yed/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "yEd";
-  version = "3.23.2";
+  version = "3.24";
 
   src = fetchzip {
     url = "https://www.yworks.com/resources/yed/demo/${pname}-${version}.zip";
-    sha256 = "sha256-u83OmIzq9VygKbfa886mj6BIa/9ET1btry2nR/wxeyI=";
+    sha256 = "sha256-4aotsOippuKUucweWERtqm/5pz2gwW1Sue48KPisQ0I=";
   };
 
   nativeBuildInputs = [ makeWrapper unzip wrapGAppsHook3 ];