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