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

yad: 13.0 -> 14.0
This commit is contained in:
Weijia Wang 2024-06-28 00:57:01 +02:00 committed by GitHub
commit a13d4826e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "yad";
version = "13.0";
version = "14.0";
src = fetchFromGitHub {
owner = "v1cont";
repo = "yad";
rev = "v${version}";
sha256 = "sha256-iYAhiaGfC9/OQ5HrSjX2fhpbwdZun6sxyw8o+8svcvY=";
sha256 = "sha256-gkaWXch+WL1POQrcpB6TRjBXBNeFHDOXWjHp0cHTS5s=";
};
configureFlags = [