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

libdnf: 0.73.3 -> 0.73.4 (#355582)

parents 1c8c37ec 83986d4e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@

stdenv.mkDerivation rec {
  pname = "libdnf";
  version = "0.73.3";
  version = "0.73.4";

  outputs = [
    "out"
@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
    owner = "rpm-software-management";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-XzPpjnmL2wwLZnLAJLuOQGWXAoCJnij14P6qSXglMhY=";
    hash = "sha256-O8pN2WFHWxZpr2JEPsQOmkc+7qnMVnptmGJCVxMmSLo=";
  };

  nativeBuildInputs = [