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

flow: 0.225.1 -> 0.226.0
This commit is contained in:
Mario Rodas 2024-01-12 00:18:34 -05:00 committed by GitHub
commit e9fbdb3d45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "flow";
version = "0.225.1";
version = "0.226.0";
src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "v${version}";
hash = "sha256-tJWq2l5axnukjqJGZwrVF/UDcPdPGDyjol8fs0a777g=";
hash = "sha256-mWC98FLh5m2gYFlFUjrJBeaFBuNx8fm5ojiidE7c2rU=";
};
postPatch = ''