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

yad: 11.0 -> 12.0
This commit is contained in:
Jörg Thalheim 2022-08-01 09:57:02 +01:00 committed by GitHub
commit 172e560fea
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 = "11.0";
version = "12.0";
src = fetchFromGitHub {
owner = "v1cont";
repo = "yad";
rev = "v${version}";
sha256 = "sha256-I+3euq3qel9VCDVf0Bd4XdMOCt+g/CYlnnje50lbRr8=";
sha256 = "sha256-Lp7KHASUYx3pKKCNTDGyOZslSiKFl9EGulR2yjfha9k=";
};
configureFlags = [