Merge pull request #255365 from r-ryantm/auto-update/dnf5

dnf5: 5.1.1 -> 5.1.3
This commit is contained in:
Weijia Wang 2023-09-18 21:56:12 +02:00 committed by GitHub
commit ba26780794
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,13 +26,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "dnf5";
version = "5.1.1";
version = "5.1.3";
src = fetchFromGitHub {
owner = "rpm-software-management";
repo = "dnf5";
rev = finalAttrs.version;
hash = "sha256-mO+l2TgVPyA5dQeS6GsjXVDTQlhQYq/wWkDE5ZCd86Q=";
hash = "sha256-Z1Pbi3dGqAQeVaagpOUsjYsT46DAlcFHsDhQzyeCCfY=";
};
nativeBuildInputs = [ cmake createrepo_c gettext help2man pkg-config ];