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

yad: 7.2 -> 7.3
This commit is contained in:
Lassulus 2021-03-05 13:13:22 +01:00 committed by GitHub
commit 90b45eda99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "yad"; pname = "yad";
version = "7.2"; version = "7.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "v1cont"; owner = "v1cont";
repo = "yad"; repo = "yad";
rev = "v${version}"; rev = "v${version}";
sha256 = "0ih97hrcra2bg8q19b8819hip1p424z1vj61cl1ym5p477rp37yx"; sha256 = "sha256-3y3QLqUWBSJ9BLI8gd0LQ9SxNhcj5dXpz8Y2Hi2iCwU=";
}; };
configureFlags = [ configureFlags = [