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

libhv: 1.3.1 -> 1.3.2

authored by Nikolay Korotkiy and committed by GitHub a26197b4 28a94c48

+2 -2
+2 -2
pkgs/development/libraries/libhv/default.nix
··· 2 3 stdenv.mkDerivation (finalAttrs: { 4 pname = "libhv"; 5 - version = "1.3.1"; 6 7 src = fetchFromGitHub { 8 owner = "ithewei"; 9 repo = "libhv"; 10 rev = "v${finalAttrs.version}"; 11 - hash = "sha256-hzqU06Gc/vNqRKe3DTdP4AihJqeuNpt2mn4GlLuGU6U="; 12 }; 13 14 nativeBuildInputs = [ cmake ];
··· 2 3 stdenv.mkDerivation (finalAttrs: { 4 pname = "libhv"; 5 + version = "1.3.2"; 6 7 src = fetchFromGitHub { 8 owner = "ithewei"; 9 repo = "libhv"; 10 rev = "v${finalAttrs.version}"; 11 + hash = "sha256-tVuQwj2HvAhp51urGCuNPjBEIaTu9yR031Ih/5or9Pk="; 12 }; 13 14 nativeBuildInputs = [ cmake ];