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

binbloom: 2.0 -> 2.1
This commit is contained in:
Nick Cao 2024-06-07 15:47:06 -04:00 committed by GitHub
commit 8ff879a548
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ];