Merge pull request #264048 from r-ryantm/auto-update/gsocket

gsocket: 1.4.41 -> 1.4.43
This commit is contained in:
Weijia Wang 2024-07-09 00:48:09 +02:00 committed by GitHub
commit 3dd38180da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "gsocket";
version = "1.4.41";
version = "1.4.43";
src = fetchFromGitHub {
owner = "hackerschoice";
repo = "gsocket";
rev = "v${version}";
hash = "sha256-N/dGvEjCkCQvTTWApN0iQi2W3c5ZsaHXnZpjRxSfByY=";
hash = "sha256-7ph7YaY8rbfzvEh1ABgl3Jg15d6WBP4pywFn/nXjPKY=";
};
nativeBuildInputs = [ autoreconfHook ];