Unverified Commit 4df2994d authored by Moritz Sanft's avatar Moritz Sanft Committed by GitHub
Browse files

dnf5: 5.2.9.0 -> 5.2.10.0 (#379817)

parents 00d32b57 104aa81a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "dnf5";
  version = "5.2.9.0";
  version = "5.2.10.0";

  outputs = [
    "out"
@@ -44,7 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
    owner = "rpm-software-management";
    repo = "dnf5";
    rev = finalAttrs.version;
    hash = "sha256-TkWFSxbxsRRRMDkTKlaOnKC0VLmcV0LuZmmnvqtywaw=";
    hash = "sha256-FDC9va2UKnmAHMQeoH7Rwvu/IN+vZCspvupYvo81nkY=";
  };

  nativeBuildInputs =