brainflow: 5.14.0 -> 5.15.0 (#362921)

This commit is contained in:
nixpkgs-merge-bot[bot] 2024-12-08 17:32:03 +00:00 committed by GitHub
commit 924b5f4a7c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,13 +17,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "brainflow";
version = "5.14.0";
version = "5.15.0";
src = fetchFromGitHub {
owner = "brainflow-dev";
repo = "brainflow";
rev = "refs/tags/${finalAttrs.version}";
hash = "sha256-cnItKuOu4ez54mAyRuk8PDC3oKKUIqdkAUuuaxNs5Z8=";
hash = "sha256-NBdSVYW2xWY5jgXeaeW0yBzIzvSWt5Qp2A9zIn7+0Yw=";
};
patches = [ ];