mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
yad: 5.0 -> 6.0
This commit is contained in:
parent
3420bd63b9
commit
f8a998688b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user