aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/graphics/yed
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-10-24 12:55:40 -0700
committerJon <jonringer@users.noreply.github.com>2019-10-24 16:23:55 -0700
commit9d15bb808d7b1837eb2b236a5e49759c2d75b2f9 (patch)
treeb3e50fa76267b69ac63dd91853ad92f88787bec9 /pkgs/applications/graphics/yed
parent5df54ce8207b07626fb3f03550a767e09306bb09 (diff)
yed: 3.19 -> 3.19.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/yed/versions
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 0038d41475fb..3d92a8dfd763 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.19";
+ version = "3.19.1";
src = fetchzip {
url = "https://www.yworks.com/resources/yed/demo/${pname}-${version}.zip";
- sha256 = "0l70pc7wl2ghfkjab9w2mbx7crwha7xwkrpmspsi5c6q56dw7s33";
+ sha256 = "19bnzpwszfrlpi5ssgfsv29gdmfj7pvxad9z8fdjf9k61187dgqj";
};
nativeBuildInputs = [ makeWrapper unzip ];