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

libdnf: 0.66.0 -> 0.67.0
This commit is contained in:
Bobby Rong 2022-07-30 10:56:48 +08:00 committed by GitHub
commit 21c89706b1
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.66.0";
version = "0.67.0";
src = fetchFromGitHub {
owner = "rpm-software-management";
repo = pname;
rev = version;
sha256 = "sha256-fQyNm51roz6wn9QAE8/ZIrutyWP45xiKVHzn8n0LcwE=";
sha256 = "sha256-ajYrR4MBHjGWaQwFmLSmZkazY93b05Ur4/E+mb/By9E=";
};
nativeBuildInputs = [