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

Merge pull request #317863 from r-ryantm/auto-update/binbloom

binbloom: 2.0 -> 2.1
parents 0ffd826c 7e44ca50
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

stdenv.mkDerivation rec {
  pname = "binbloom";
  version = "2.0";
  version = "2.1";

  src = fetchFromGitHub {
    owner = "quarkslab";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-UiKiDey/pHtJDr4UYqt+T/TneKig5tT8YU2u98Ttjmo=";
    hash = "sha256-ox4o9RPtqMsme//8dVatNUo+mA/6dM9eI/T5lsuSAus=";
  };

  nativeBuildInputs = [ autoreconfHook ];