mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +03:00
yad: 5.0 -> 6.0
This commit is contained in:
parent
3420bd63b9
commit
f8a998688b
@ -3,13 +3,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "yad";
|
pname = "yad";
|
||||||
version = "5.0";
|
version = "6.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "v1cont";
|
owner = "v1cont";
|
||||||
repo = "yad";
|
repo = "yad";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "07rd61hvilsxxrj7lf8c9k0a8glj07s48m7ya8d45030r90g3lvc";
|
sha256 = "07myjv0g0iwgclc6q9wkj25myhlc86ahy2lqma8vgv9i3rgy03p7";
|
||||||
};
|
};
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
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";
|
description = "GUI dialog tool for shell scripts";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Yad (yet another dialog) is a GUI dialog tool for shell scripts. It is a
|
Yad (yet another dialog) is a GUI dialog tool for shell scripts. It is a
|
||||||
|
Loading…
Reference in New Issue
Block a user