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

libdnf: 0.70.2 -> 0.71.0

authored by Nick Cao and committed by GitHub 38aa96fc eb40cf91

+2 -4
+2 -4
pkgs/tools/package-management/libdnf/default.nix
··· 4 , cmake 5 , gettext 6 , pkg-config 7 - , gpgme 8 , libsolv 9 , openssl 10 , check ··· 20 21 stdenv.mkDerivation rec { 22 pname = "libdnf"; 23 - version = "0.70.2"; 24 25 src = fetchFromGitHub { 26 owner = "rpm-software-management"; 27 repo = pname; 28 rev = "refs/tags/${version}"; 29 - hash = "sha256-br3RNqR9/hwvu1V3vG5gFmQCob2Ksz3pPQrBONVOMP0="; 30 }; 31 32 nativeBuildInputs = [ ··· 37 38 buildInputs = [ 39 check 40 - gpgme 41 openssl 42 json_c 43 libsmartcols
··· 4 , cmake 5 , gettext 6 , pkg-config 7 , libsolv 8 , openssl 9 , check ··· 19 20 stdenv.mkDerivation rec { 21 pname = "libdnf"; 22 + version = "0.71.0"; 23 24 src = fetchFromGitHub { 25 owner = "rpm-software-management"; 26 repo = pname; 27 rev = "refs/tags/${version}"; 28 + hash = "sha256-kRpB80ntb5CbqnWpc3M3i7w06CkstPlJfo2X3WsuME8="; 29 }; 30 31 nativeBuildInputs = [ ··· 36 37 buildInputs = [ 38 check 39 openssl 40 json_c 41 libsmartcols