Merge pull request #219303 from r-ryantm/auto-update/libdnf

libdnf: 0.69.0 -> 0.70.0
This commit is contained in:
Weijia Wang 2023-03-04 12:36:25 +02:00 committed by GitHub
commit dfa32a3e76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "libdnf";
version = "0.69.0";
version = "0.70.0";
src = fetchFromGitHub {
owner = "rpm-software-management";
repo = pname;
rev = version;
sha256 = "sha256-Mc9yI18D4OYv8l4axQ8W0XZ8HfmEZ5IhHC6/uKkv0Ec=";
sha256 = "sha256-tuHrkL3tL+sCLPxNElVgnb4zQ6OTu65X9pb/cX6vD/w=";
};
nativeBuildInputs = [