about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2024-06-30 19:29:46 +0200
committerGitHub <noreply@github.com>2024-06-30 19:29:46 +0200
commite149d2b8c0788654a4ede2b68a4ba23351ba1083 (patch)
treedee04c1ddb379c8d6285d9b2b7d6687e26677273
parent8409eeda7ff8670aeb3de31fa6b22e2b0d1236ff (diff)
parent980f04d77484deb617cd266694bad086f7bfc97b (diff)
Merge pull request #322317 from r-ryantm/auto-update/yed
yed: 3.23.2 -> 3.24
-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 ];