libsolv: 0.7.33 -> 0.7.34

This commit is contained in:
R. Ryantm 2025-07-08 02:25:20 +00:00
parent e6e45d9aa6
commit 01294e0ff5

View File

@ -18,14 +18,14 @@
}:
stdenv.mkDerivation rec {
version = "0.7.33";
version = "0.7.34";
pname = "libsolv";
src = fetchFromGitHub {
owner = "openSUSE";
repo = "libsolv";
rev = version;
hash = "sha256-jOYz0p5oWMnPtQbpkCIUgw6e0W5PfR6teA9IdjYSghk=";
hash = "sha256-B/VFrtg/OnAyfgNTlUM9u4YCqsqLD/N3imxWVxZUe6A=";
};
cmakeFlags =