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

libdnf: 0.65.0 -> 0.66.0
This commit is contained in:
Ryan Mulligan 2022-03-12 16:40:06 -06:00 committed by GitHub
commit 36f0cc6def
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.65.0";
version = "0.66.0";
src = fetchFromGitHub {
owner = "rpm-software-management";
repo = pname;
rev = version;
sha256 = "sha256-vGXK4pOkff4yGaRZE+FFFIqEizUeCID+lxiE/TWt0Bs=";
sha256 = "sha256-fQyNm51roz6wn9QAE8/ZIrutyWP45xiKVHzn8n0LcwE=";
};
nativeBuildInputs = [