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

dnf5: 5.2.14.0 -> 5.2.15.0 (#424305)

parents 029d3f7b 7efa12d9
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.14.0";
  version = "5.2.15.0";

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

  nativeBuildInputs =