seasocks: 1.4.5 -> 1.4.6

This commit is contained in:
R. Ryantm 2023-09-17 22:41:21 +00:00
parent 4edfab999d
commit 068412090a

View file

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