Unverified Commit 45b21766 authored by Christina Sørensen's avatar Christina Sørensen Committed by GitHub
Browse files

bfs: 4.0.2 -> 4.0.3 (#351072)

parents 9bcc651e 26e61825
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "bfs";
  version = "4.0.2";
  version = "4.0.3";

  src = fetchFromGitHub {
    repo = "bfs";
    owner = "tavianator";
    rev = version;
    hash = "sha256-WIJyCpnlD6/c7PG+ZPmUT8qfPelRY9Od1Dk9Ro1y1yY=";
    hash = "sha256-7sHuOk1QTBNaGaIQ3sFc+y7TzBFT6DqKdRLndy4ahc8=";
  };

  buildInputs = [ oniguruma ] ++