3
0
Fork 0
forked from mirrors/nixpkgs

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

yad: 9.0 -> 10.1
This commit is contained in:
Sandro 2021-09-11 14:09:48 +02:00 committed by GitHub
commit 797d66f4e6
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 = "9.0";
version = "10.1";
src = fetchFromGitHub {
owner = "v1cont";
repo = "yad";
rev = "v${version}";
sha256 = "sha256-P22DMmR+z2kl05SkOsbjFHFz9I5cu4W6EaYLpd1a0mg=";
sha256 = "sha256-k41Z3QVGm7JUR1ny0vJKLxakabK9Da5qCnrPUHvAkWE=";
};
configureFlags = [