Merge pull request #234264 from sikmir/libhv

libhv: 1.3.0 → 1.3.1
This commit is contained in:
Nikolay Korotkiy 2023-05-26 23:31:16 +04:00 committed by GitHub
commit c0afc71a3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];