Merge pull request #116467 from r-ryantm/auto-update/yad

yad: 8.0 -> 9.0
This commit is contained in:
Doron Behar 2021-08-07 17:13:10 +00:00 committed by GitHub
commit 7f39afae30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "yad";
version = "8.0";
version = "9.0";
src = fetchFromGitHub {
owner = "v1cont";
repo = "yad";
rev = "v${version}";
sha256 = "sha256-KntJtli1PtqH/9XOTq4FkVJYklp0L7bChwQQGCBTLDA=";
sha256 = "sha256-P22DMmR+z2kl05SkOsbjFHFz9I5cu4W6EaYLpd1a0mg=";
};
configureFlags = [