Unverified Commit d6f86415 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

microdnf: 3.10.0 -> 3.10.1 (#364420)

parents 8bbf8450 e58d45bc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@

stdenv.mkDerivation rec {
  pname = "microdnf";
  version = "3.10.0";
  version = "3.10.1";

  src = fetchFromGitHub {
    owner = "rpm-software-management";
    repo = pname;
    rev = version;
    hash = "sha256-R7jOeH6pw/THLXxLezp2AmE8lUBagKMRJ0XfXgdLi2E=";
    hash = "sha256-xWHE05CeX8I8YO0gqf5FDiqLexirwKdyCe4grclOVYc=";
  };

  nativeBuildInputs = [