brainflow: 5.13.2 -> 5.13.3

This commit is contained in:
Gavin John 2024-09-11 16:52:37 +00:00
parent df67088158
commit dbd0ce7a17
No known key found for this signature in database
GPG Key ID: 792E158CDD33C3EE

View File

@ -18,13 +18,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "brainflow";
version = "5.13.2";
version = "5.13.3";
src = fetchFromGitHub {
owner = "brainflow-dev";
repo = "brainflow";
rev = "refs/tags/${finalAttrs.version}";
hash = "sha256-1SP0X1KcnVB/HQkbYBZqSmLS3LZYvylPOP4pWm7oFu4=";
hash = "sha256-LFiDyNuWbEAKU0Rl+n7ozxr5CM4NLphR2o9bYHw6xJY=";
};
patches = [ ];