Commit be82636d authored by R. RyanTM's avatar R. RyanTM Committed by Bobby Rong
Browse files

git-fast-export: 220921 -> 221024

parent 62a2b9de
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "fast-export";
  version = "220921";
  version = "221024";

  src = fetchFromGitHub {
    owner = "frej";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-8tAh17Cp1L0kyV5+HoFnh9mINCBNCNBv1gqsMd6U3FQ=";
    sha256 = "sha256-re8iXM8s+TD35UGKalq2kVn8fx68fsnUC7Yo+/DQ9SM=";
  };

  nativeBuildInputs = [ makeWrapper ];