flow: 0.315.0 -> 0.317.0

This commit is contained in:
R. Ryantm
2026-06-07 15:29:31 +00:00
parent ca14f513f3
commit 87f96b58d8
+2 -2
View File
@@ -16,13 +16,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "flow";
version = "0.315.0";
version = "0.317.0";
src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
tag = "v${finalAttrs.version}";
hash = "sha256-AEiyI0RObGColAEiDXVg7wXxsHttce+6nL+uzKwcRcA=";
hash = "sha256-3r330N+bmtMhUszOoaRqVqbrno7tZatXMO6szvPKqAc=";
};
patches = [