Merge pull request #78526 from r-ryantm/auto-update/seasocks

seasocks: 1.4.2 -> 1.4.3
This commit is contained in:
Ryan Mulligan 2020-01-29 05:35:41 -08:00 committed by GitHub
commit 938dbb26b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "seasocks";
version = "1.4.2";
version = "1.4.3";
src = fetchFromGitHub {
owner = "mattgodbolt";
repo = pname;
rev = "v${version}";
sha256 = "1vzdhp61bq2bddz7kkpygdq5adxdspjw1q6a03j6qyyimapblrg8";
sha256 = "1c2gc0k9wgbgn7y7wmq2ylp0gvdbmagc1x8c4jwbsncl1gy6x4g2";
};
nativeBuildInputs = [ cmake ];