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

libsolv: 0.7.25 -> 0.7.26
This commit is contained in:
Nick Cao
2023-11-08 08:35:27 -05:00
committed by GitHub
@@ -16,14 +16,14 @@
}:
stdenv.mkDerivation rec {
version = "0.7.25";
version = "0.7.26";
pname = "libsolv";
src = fetchFromGitHub {
owner = "openSUSE";
repo = "libsolv";
rev = version;
sha256 = "sha256-OSYfv8dTyoa2f1T/zCEruKczickP5jS05xjYLQQiFaY=";
sha256 = "sha256-NGybpl/Fd46pmSYMNGocStQQCXr5pX34PCmN/hFKeyk=";
};
cmakeFlags = [