Merge pull request #306530 from r-ryantm/auto-update/flow

flow: 0.234.0 -> 0.235.1
This commit is contained in:
Mario Rodas 2024-04-24 21:36:11 -05:00 committed by GitHub
commit a5d25fe8bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "flow";
version = "0.234.0";
version = "0.235.1";
src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "v${version}";
hash = "sha256-ChAgAYvNjQ60ly8B4i4M0awjgke8IcjJK72TOQZNnzw=";
hash = "sha256-aSL6C9MBn3fmuUrtWvb+6VBd1tpoIyqDXEqThGRNx7U=";
};
postPatch = ''