Commit 83986d4e authored by R. RyanTM's avatar R. RyanTM
Browse files

libdnf: 0.73.3 -> 0.73.4

parent 24dbf44d
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 = [