Commit c4090e6d authored by Paul Meyer's avatar Paul Meyer
Browse files

dnf5: 5.1.8 -> 5.1.9

parent 57e2aa45
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "dnf5";
  version = "5.1.8";
  version = "5.1.9";

  outputs = [ "out" "man" ];

@@ -38,7 +38,7 @@ stdenv.mkDerivation (finalAttrs: {
    owner = "rpm-software-management";
    repo = "dnf5";
    rev = finalAttrs.version;
    hash = "sha256-1g3g+6EborZd2ppPMZcy0Wjv07zetATHb/sCkuZz5UM=";
    hash = "sha256-H8zbxNsGkuKIDPwGWfKJEy5gTo2Mm13VKwce+h9NEro=";
  };

  nativeBuildInputs = [