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

seasocks: 1.4.5 -> 1.4.6
This commit is contained in:
Nick Cao 2023-09-18 09:56:10 -04:00 committed by GitHub
commit 2fd5dce012
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "seasocks";
version = "1.4.5";
version = "1.4.6";
src = fetchFromGitHub {
owner = "mattgodbolt";
repo = pname;
rev = "v${version}";
sha256 = "sha256-b1KNHuS5ndkBWItKVTiJ//Y+uKi1PcUk9624IILOusQ=";
sha256 = "sha256-R1McxZm2qsUoggFGfL587g+8eQf7si56xVkR8B8nehQ=";
};
postPatch = ''