adriconf: 2.5.0 -> 2.5.1

This commit is contained in:
R. Ryantm 2022-12-09 09:16:23 +00:00 committed by Bobby Rong
parent 76c28d1317
commit a5717f4f9a

View File

@ -15,14 +15,14 @@
stdenv.mkDerivation rec {
pname = "adriconf";
version = "2.5.0";
version = "2.5.1";
src = fetchFromGitLab {
domain = "gitlab.freedesktop.org";
owner = "mesa";
repo = pname;
rev = "v${version}";
sha256 = "sha256-nxqrs8c1sRruZLwFwK/JfXQPfpEq08Pe2n7ojQkH3SM=";
sha256 = "sha256-RhHmrjb5TvJnZ6R0aefqdmwMBpu4iTrxSHru7JAwrgs=";
};
nativeBuildInputs = [ cmake pkg-config ];