Commit 9c6481ab authored by R. RyanTM's avatar R. RyanTM
Browse files

dnf5: 5.1.0 -> 5.1.1

parent 7ad1b2d4
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.1.0";
  version = "5.1.1";

  src = fetchFromGitHub {
    owner = "rpm-software-management";
    repo = "dnf5";
    rev = finalAttrs.version;
    hash = "sha256-Bwr/qQ6ri1c3tTYlFG28TzUpZCw4qqhO+ba67EAeBTY=";
    hash = "sha256-mO+l2TgVPyA5dQeS6GsjXVDTQlhQYq/wWkDE5ZCd86Q=";
  };

  nativeBuildInputs = [ cmake createrepo_c gettext help2man pkg-config ];