1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

flow: 0.36.0 -> 0.37.1

This commit is contained in:
Fatih Altinok 2016-12-16 14:21:07 +02:00 committed by vbgl
parent f97bfcec99
commit 1946e872c0

View file

@ -3,14 +3,14 @@
with lib;
stdenv.mkDerivation rec {
version = "0.36.0";
version = "0.37.1";
name = "flow-${version}";
src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "v${version}";
sha256 = "1371dcn2dy13pm8mb43p61xb2qlyylkiq1hwr0x42lhv1gwdlcnw";
sha256 = "1n3pc3nfh7bcaard7y2fy7hjq4k6777wp9xv50r3zg4454mgbmsy";
};
installPhase = ''