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

dnf5: 5.0.15 -> 5.1.0
This commit is contained in:
Nick Cao 2023-07-27 19:29:08 -06:00 committed by GitHub
commit 3ad341012c
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.0.15";
version = "5.1.0";
src = fetchFromGitHub {
owner = "rpm-software-management";
repo = "dnf5";
rev = finalAttrs.version;
hash = "sha256-0MR9CJDFL1vbuO7FZyyn3PNb0p27oaho6I2eminTyYU=";
hash = "sha256-Bwr/qQ6ri1c3tTYlFG28TzUpZCw4qqhO+ba67EAeBTY=";
};
nativeBuildInputs = [ cmake createrepo_c gettext help2man pkg-config ];