brainflow: 5.22.1 -> 5.22.2

(cherry picked from commit f51d9b7e4f)
This commit is contained in:
R. Ryantm
2026-05-26 22:58:42 +00:00
committed by github-actions[bot]
parent 8d49b1947e
commit 3b9599a13d

View File

@@ -17,13 +17,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "brainflow";
version = "5.22.1";
version = "5.22.2";
src = fetchFromGitHub {
owner = "brainflow-dev";
repo = "brainflow";
tag = finalAttrs.version;
hash = "sha256-z2EoWjQfDY8eSP+YMZtY9Um7iwoGTi+9ZGJOEZozPoo=";
hash = "sha256-TOBttlEl7fPiGH+cGEuxozT4S1Jr/X6mKMiMtNU0NXA=";
};
patches = [ ];