dnf5: 5.1.6 -> 5.1.7

This commit is contained in:
Paul Meyer 2023-11-09 18:33:52 +01:00
parent 0b1e66e485
commit 795db47a18

View File

@ -25,13 +25,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "dnf5";
version = "5.1.6";
version = "5.1.7";
src = fetchFromGitHub {
owner = "rpm-software-management";
repo = "dnf5";
rev = finalAttrs.version;
hash = "sha256-yIv29mwCBk2H1HjJr2IYm/1eZU379jTNEuTuaoIu4TA=";
hash = "sha256-SXgl4YFWl1A3N2/IkDftvBl6Rwhnymxe8AqqaekGHTc=";
};
nativeBuildInputs = [ cmake createrepo_c gettext help2man pkg-config ];