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

libdnf: 0.70.1 -> 0.70.2
This commit is contained in:
Nick Cao 2023-08-06 18:53:50 -06:00 committed by GitHub
commit 0ec92e32c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,13 +20,13 @@
stdenv.mkDerivation rec {
pname = "libdnf";
version = "0.70.1";
version = "0.70.2";
src = fetchFromGitHub {
owner = "rpm-software-management";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-DQXyMzkYxqMxSIWEyBKb5vQfelfxLMy4QeHQPWJWx/o=";
hash = "sha256-br3RNqR9/hwvu1V3vG5gFmQCob2Ksz3pPQrBONVOMP0=";
};
nativeBuildInputs = [