Merge pull request #234264 from sikmir/libhv

libhv: 1.3.0 → 1.3.1

authored by

Nikolay Korotkiy and committed by
GitHub
c0afc71a 18362128

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