Unverified Commit c76d8a11 authored by Paul Meyer's avatar Paul Meyer Committed by GitHub
Browse files

dnf5: 5.2.15.0 -> 5.2.16.0 (#431936)

parents 0c6e7720 c6059ad1
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.15.0";
  version = "5.2.16.0";

  outputs = [
    "out"
@@ -44,7 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
    owner = "rpm-software-management";
    repo = "dnf5";
    tag = finalAttrs.version;
    hash = "sha256-WlQfvWDd9Eay9TPq2EfFlQGljEskJqL3xyNIJDdaNps=";
    hash = "sha256-k71UKcKF5IdK96Q3TnAwFGoTRYmTlSO2kkPD54Bd9s8=";
  };

  nativeBuildInputs = [