yad: 13.0 -> 14.0

This commit is contained in:
R. Ryantm
2024-06-21 15:18:28 +00:00
parent 197496f33c
commit c6e86bb192
+2 -2
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 = [