libhv: 1.3.0 → 1.3.1

This commit is contained in:
Nikolay Korotkiy 2023-05-26 21:23:45 +04:00
parent 0d497d9380
commit 6a2828e3ec
No known key found for this signature in database
GPG Key ID: D1DE6D7F693663A5

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libhv";
version = "1.3.0";
version = "1.3.1";
src = fetchFromGitHub {
owner = "ithewei";
repo = "libhv";
rev = "v${finalAttrs.version}";
hash = "sha256-LMk8B/1EofcQcIF3kGmtPdM2s+/gN9ctcsybwTpf4Po=";
hash = "sha256-hzqU06Gc/vNqRKe3DTdP4AihJqeuNpt2mn4GlLuGU6U=";
};
nativeBuildInputs = [ cmake ];