Skip to content

Commit

Permalink
Merge pull request NixOS#306530 from r-ryantm/auto-update/flow
Browse files Browse the repository at this point in the history
flow: 0.234.0 -> 0.235.1
  • Loading branch information
marsam authored Apr 25, 2024
2 parents 9caf6de + d29fc97 commit a5d25fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/analysis/flow/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''
Expand Down

0 comments on commit a5d25fe

Please sign in to comment.