binbloom: 2.0 -> 2.1

This commit is contained in:
R. Ryantm 2024-06-07 00:24:55 +00:00
parent a73df7dc95
commit 7e44ca5078

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