summary refs log tree commit diff
diff options
context:
space:
mode:
authorNikolay Korotkiy <sikmir@disroot.org>2023-10-25 22:40:59 +0400
committerGitHub <noreply@github.com>2023-10-25 22:40:59 +0400
commita26197b4e5b0726ca6de287ead20bf283786812f (patch)
treee9a66fb00ea1d4d259d8119ad231e54e1a3b55b4
parent28a94c48edbaa4e2a27af4ba34aef40950ba482a (diff)
parent637560f8467954f37223efe20b5a7f806e41f32f (diff)
downloadnixpkgs-a26197b4e5b0726ca6de287ead20bf283786812f.tar
nixpkgs-a26197b4e5b0726ca6de287ead20bf283786812f.tar.gz
nixpkgs-a26197b4e5b0726ca6de287ead20bf283786812f.tar.bz2
nixpkgs-a26197b4e5b0726ca6de287ead20bf283786812f.tar.lz
nixpkgs-a26197b4e5b0726ca6de287ead20bf283786812f.tar.xz
nixpkgs-a26197b4e5b0726ca6de287ead20bf283786812f.tar.zst
nixpkgs-a26197b4e5b0726ca6de287ead20bf283786812f.zip
Merge pull request #263356 from r-ryantm/auto-update/libhv
libhv: 1.3.1 -> 1.3.2
-rw-r--r--pkgs/development/libraries/libhv/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libhv/default.nix b/pkgs/development/libraries/libhv/default.nix
index b118890949f..5975502f315 100644
--- a/pkgs/development/libraries/libhv/default.nix
+++ b/pkgs/development/libraries/libhv/default.nix
@@ -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 ];