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

libdnf: 0.67.0 -> 0.68.0
This commit is contained in:
Sebastián Mancilla 2022-08-17 11:27:29 -04:00 committed by GitHub
commit e1e1b3bfc5
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.67.0";
version = "0.68.0";
src = fetchFromGitHub {
owner = "rpm-software-management";
repo = pname;
rev = version;
sha256 = "sha256-ajYrR4MBHjGWaQwFmLSmZkazY93b05Ur4/E+mb/By9E=";
sha256 = "sha256-vXk+ob2lBCXF0+VUSxUpZL60Vn1dJTdyQAgsJkCnml8=";
};
nativeBuildInputs = [