about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-04-05 07:25:48 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-04-05 07:25:48 +0000
commitf8a998688b74f1deeab43ba1c583e6565aff3552 (patch)
treee5c3afe0d8a55b35d58be7bed6a676b83f6c5dce /pkgs/tools
parent3420bd63b9bbd4eb4e544b898a072c6fbbc9cfa9 (diff)
downloadnixlib-f8a998688b74f1deeab43ba1c583e6565aff3552.tar
nixlib-f8a998688b74f1deeab43ba1c583e6565aff3552.tar.gz
nixlib-f8a998688b74f1deeab43ba1c583e6565aff3552.tar.bz2
nixlib-f8a998688b74f1deeab43ba1c583e6565aff3552.tar.lz
nixlib-f8a998688b74f1deeab43ba1c583e6565aff3552.tar.xz
nixlib-f8a998688b74f1deeab43ba1c583e6565aff3552.tar.zst
nixlib-f8a998688b74f1deeab43ba1c583e6565aff3552.zip
yad: 5.0 -> 6.0
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/misc/yad/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/yad/default.nix b/pkgs/tools/misc/yad/default.nix
index d6b1b423ae2f..d00d737c17ce 100644
--- a/pkgs/tools/misc/yad/default.nix
+++ b/pkgs/tools/misc/yad/default.nix
@@ -3,13 +3,13 @@
 
 stdenv.mkDerivation rec {
   pname = "yad";
-  version = "5.0";
+  version = "6.0";
 
   src = fetchFromGitHub {
     owner = "v1cont";
     repo = "yad";
     rev = "v${version}";
-    sha256 = "07rd61hvilsxxrj7lf8c9k0a8glj07s48m7ya8d45030r90g3lvc";
+    sha256 = "07myjv0g0iwgclc6q9wkj25myhlc86ahy2lqma8vgv9i3rgy03p7";
   };
 
   configureFlags = [
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
   '';
 
   meta = with stdenv.lib; {
-    homepage = https://sourceforge.net/projects/yad-dialog/;
+    homepage = "https://sourceforge.net/projects/yad-dialog/";
     description = "GUI dialog tool for shell scripts";
     longDescription = ''
       Yad (yet another dialog) is a GUI dialog tool for shell scripts. It is a