summary refs log tree commit diff
path: root/pkgs/applications/graphics/yed
diff options
context:
space:
mode:
authorEmil "AngryAnt" Johansen <git@eej.dk>2023-04-17 15:05:21 +0200
committerEmil "AngryAnt" Johansen <git@eej.dk>2023-04-17 15:05:21 +0200
commit45c1aabe9472a2570b07496bdc82868ec958785c (patch)
tree01ab5919367395f90e31a623fc5c2b2d2906afcb /pkgs/applications/graphics/yed
parenta1c45f32e6450f052525fec74b9db0154844c638 (diff)
downloadnixpkgs-45c1aabe9472a2570b07496bdc82868ec958785c.tar
nixpkgs-45c1aabe9472a2570b07496bdc82868ec958785c.tar.gz
nixpkgs-45c1aabe9472a2570b07496bdc82868ec958785c.tar.bz2
nixpkgs-45c1aabe9472a2570b07496bdc82868ec958785c.tar.lz
nixpkgs-45c1aabe9472a2570b07496bdc82868ec958785c.tar.xz
nixpkgs-45c1aabe9472a2570b07496bdc82868ec958785c.tar.zst
nixpkgs-45c1aabe9472a2570b07496bdc82868ec958785c.zip
yed: 3.22 -> 3.23.1
3.22 src 404s again
Diffstat (limited to 'pkgs/applications/graphics/yed')
-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 b1d96f2d1f4..7810ea3213d 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.22";
+  version = "3.23.1";
 
   src = fetchzip {
     url = "https://www.yworks.com/resources/yed/demo/${pname}-${version}.zip";
-    sha256 = "sha256-GHYdvWie2k9YarS9DaA4bExswV3UQ26O8+7K/6yvtac=";
+    sha256 = "sha256-MboljULek5vCcHpRFL9kdT4AROTD774AOBYeOTzcdig=";
   };
 
   nativeBuildInputs = [ makeWrapper unzip wrapGAppsHook ];