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

flow: 0.235.1 -> 0.236.0
This commit is contained in:
Matthias Beyer 2024-05-18 09:33:24 +02:00 committed by GitHub
commit cb57689aa1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "flow";
version = "0.235.1";
version = "0.236.0";
src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "v${version}";
hash = "sha256-aSL6C9MBn3fmuUrtWvb+6VBd1tpoIyqDXEqThGRNx7U=";
hash = "sha256-W0JLnX+IGFMjIi6EkHRzvB3jSl/8/+3iuc9dwlXB2Po=";
};
postPatch = ''