Unverified Commit 3ad34101 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

dnf5: 5.0.15 -> 5.1.0
parents 87f9fc48 a627a4f8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];