Merge pull request #112825 from r-ryantm/auto-update/reproc

reproc: 14.1.0 -> 14.2.2
This commit is contained in:
Ben Siraphob 2021-07-31 18:59:01 +07:00 committed by GitHub
commit ddae52922a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "reproc";
version = "14.1.0";
version = "14.2.2";
src = fetchFromGitHub {
owner = "DaanDeMeyer";
repo = "reproc";
rev = "v${version}";
sha256 = "1n71wb50qv2dmhjgw7azx5gigbrp19l2n3d41g9p05l5l0y1qg0q";
sha256 = "sha256-QOQcNDQkG929cEchIZ+XzjRncUUB10DpdB4zqgPqv4A=";
};
nativeBuildInputs = [ cmake ];