Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c7af5ac9c9e4
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 52f76b890722
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 5, 2020

  1. yad: 5.0 -> 6.0

    r-ryantm committed Apr 5, 2020
    Copy the full SHA
    f8a9986 View commit details
  2. Merge pull request #84322 from r-ryantm/auto-update/yad

    yad: 5.0 -> 6.0
    ryantm authored Apr 5, 2020
    Copy the full SHA
    52f76b8 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/tools/misc/yad/default.nix
6 changes: 3 additions & 3 deletions pkgs/tools/misc/yad/default.nix
Original file line number Diff line number Diff line change
@@ -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