yad: 0.37.0 -> 0.40.0

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/yad/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/qiw8cbdki0gylr19ryi6204ybp66zni4-yad-0.40.0/bin/yad-icon-browser -h’ got 0 exit code
- ran ‘/nix/store/qiw8cbdki0gylr19ryi6204ybp66zni4-yad-0.40.0/bin/yad-icon-browser --help’ got 0 exit code
- ran ‘/nix/store/qiw8cbdki0gylr19ryi6204ybp66zni4-yad-0.40.0/bin/.yad-icon-browser-wrapped -h’ got 0 exit code
- ran ‘/nix/store/qiw8cbdki0gylr19ryi6204ybp66zni4-yad-0.40.0/bin/.yad-icon-browser-wrapped --help’ got 0 exit code
- found 0.40.0 with grep in /nix/store/qiw8cbdki0gylr19ryi6204ybp66zni4-yad-0.40.0
- directory tree listing: https://gist.github.com/0a4215eabbdbe78cf2ad8560c88f7b9c
This commit is contained in:
R. RyanTM 2018-04-05 07:36:50 -07:00
parent b9484875bc
commit 70675de9cb

View file

@ -2,11 +2,11 @@
, wrapGAppsHook }:
stdenv.mkDerivation rec {
name = "yad-0.37.0";
name = "yad-0.40.0";
src = fetchurl {
url = "http://sourceforge.net/projects/yad-dialog/files/${name}.tar.xz";
sha256 = "0fhqsgml1axaa9avd0hbam5wm77c2c7q1bz4hs7fvyvdnljazvwi";
sha256 = "1x0fsv8nfkm8lchdawnf3zw79jaqbnvhv87sk5r8g86knv8vgl62";
};
configureFlags = [