Merge pull request #263356 from r-ryantm/auto-update/libhv

libhv: 1.3.1 -> 1.3.2
This commit is contained in:
Nikolay Korotkiy 2023-10-25 22:40:59 +04:00 committed by GitHub
commit a26197b4e5
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.1";
version = "1.3.2";
src = fetchFromGitHub {
owner = "ithewei";
repo = "libhv";
rev = "v${finalAttrs.version}";
hash = "sha256-hzqU06Gc/vNqRKe3DTdP4AihJqeuNpt2mn4GlLuGU6U=";
hash = "sha256-tVuQwj2HvAhp51urGCuNPjBEIaTu9yR031Ih/5or9Pk=";
};
nativeBuildInputs = [ cmake ];