Merge pull request #272325 from r-ryantm/auto-update/libsolv

libsolv: 0.7.26 -> 0.7.27
This commit is contained in:
Nick Cao 2023-12-07 09:55:44 -05:00 committed by GitHub
commit fee9e8a37e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,14 +16,14 @@
}:
stdenv.mkDerivation rec {
version = "0.7.26";
version = "0.7.27";
pname = "libsolv";
src = fetchFromGitHub {
owner = "openSUSE";
repo = "libsolv";
rev = version;
sha256 = "sha256-NGybpl/Fd46pmSYMNGocStQQCXr5pX34PCmN/hFKeyk=";
sha256 = "sha256-kVExzCHfPU/o+C5TTAv1J9H7GmYwVWCsIpVkkts42js=";
};
cmakeFlags = [