flow: 0.204.0 -> 0.204.1

This commit is contained in:
R. Ryantm 2023-04-29 08:01:07 +00:00
parent 988b93ddb8
commit d6102a348f

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "flow"; pname = "flow";
version = "0.204.0"; version = "0.204.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "facebook"; owner = "facebook";
repo = "flow"; repo = "flow";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-263ZbEDGiZI/2dSLxs966+wtSHG2QMnTtzJ7hPQ4Ix8="; sha256 = "sha256-hdm1TEvx78gwp3lV4vW3rfhOgYe8D6cUBmZ4nHlfEPk=";
}; };
postPatch = '' postPatch = ''