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

flow: 0.205.0 -> 0.205.1
This commit is contained in:
Weijia Wang 2023-05-06 00:14:19 +03:00 committed by GitHub
commit 9254c0ff69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "flow"; pname = "flow";
version = "0.205.0"; version = "0.205.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "facebook"; owner = "facebook";
repo = "flow"; repo = "flow";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-+F0NmE9BN8eSmyLnXkgdYy3qdyBvKfRM+hVgYmLvzOg="; sha256 = "sha256-fVs2qfA4Tjn1cqeXAXN5kl3q5Ua7sSu8Xca0EPiDLnI=";
}; };
postPatch = '' postPatch = ''