Merge pull request #266506 from katexochen/dnf5/5-1-7

dnf5: 5.1.6 -> 5.1.7
This commit is contained in:
Weijia Wang 2023-11-10 04:09:25 +01:00 committed by GitHub
commit 3f86dcbec7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];
@ -88,7 +88,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/rpm-software-management/dnf5";
changelog = "https://github.com/rpm-software-management/dnf5/releases/tag/${version}";
license = licenses.gpl2Plus;
maintainers = with lib.maintainers; [ malt3 ];
maintainers = with lib.maintainers; [ malt3 katexochen ];
mainProgram = "dnf5";
platforms = platforms.linux ++ platforms.darwin;
};