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

reproc: 14.2.2 -> 14.2.3
This commit is contained in:
Ben Siraphob 2021-08-17 17:53:47 -05:00 committed by GitHub
commit bdac1bd926
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.2.2";
version = "14.2.3";
src = fetchFromGitHub {
owner = "DaanDeMeyer";
repo = "reproc";
rev = "v${version}";
sha256 = "sha256-QOQcNDQkG929cEchIZ+XzjRncUUB10DpdB4zqgPqv4A=";
sha256 = "sha256-bdZ7czkeoSl5znGit0AYQ9D4K8qE2Co+F2Z4jLJuQok=";
};
nativeBuildInputs = [ cmake ];