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

libsolv: 0.7.19 -> 0.7.20
This commit is contained in:
Mario Rodas 2021-12-11 17:59:28 -05:00 committed by GitHub
commit 07e621e252
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +1,14 @@
{ lib, stdenv, fetchFromGitHub, cmake, ninja, zlib, expat, rpm, db }:
stdenv.mkDerivation rec {
version = "0.7.19";
version = "0.7.20";
pname = "libsolv";
src = fetchFromGitHub {
owner = "openSUSE";
repo = "libsolv";
rev = version;
sha256 = "sha256-AN4cgpMBqTtK04CU89Yqd1ZfWyPrCociPd3XKdVONMU=";
sha256 = "sha256-NVyLa/fPGnO5jAz9rePFXg/z6RZeFCrkJBCG3gGh+YM=";
};
cmakeFlags = [