3
0
Fork 0
forked from mirrors/nixpkgs

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

libdnf: 0.68.0 -> 0.69.0
This commit is contained in:
Jonas Heinrich 2022-09-10 12:36:31 +02:00 committed by GitHub
commit 83b10e0806
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.68.0";
version = "0.69.0";
src = fetchFromGitHub {
owner = "rpm-software-management";
repo = pname;
rev = version;
sha256 = "sha256-vXk+ob2lBCXF0+VUSxUpZL60Vn1dJTdyQAgsJkCnml8=";
sha256 = "sha256-Mc9yI18D4OYv8l4axQ8W0XZ8HfmEZ5IhHC6/uKkv0Ec=";
};
nativeBuildInputs = [