summary refs log tree commit diff
path: root/pkgs/development/libraries/libwebsockets/default.nix
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-09-20 16:03:24 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-09-21 01:03:24 +0200
commit85f60cbeb0a6ff14248f291a21047459cd6f6890 (patch)
tree71cf2aaad109f971ccd5a8271e12dde78cb24490 /pkgs/development/libraries/libwebsockets/default.nix
parent46f6a69e49550c405e9ab7914d5ac235cfcfe663 (diff)
downloadnixpkgs-85f60cbeb0a6ff14248f291a21047459cd6f6890.tar
nixpkgs-85f60cbeb0a6ff14248f291a21047459cd6f6890.tar.gz
nixpkgs-85f60cbeb0a6ff14248f291a21047459cd6f6890.tar.bz2
nixpkgs-85f60cbeb0a6ff14248f291a21047459cd6f6890.tar.lz
nixpkgs-85f60cbeb0a6ff14248f291a21047459cd6f6890.tar.xz
nixpkgs-85f60cbeb0a6ff14248f291a21047459cd6f6890.tar.zst
nixpkgs-85f60cbeb0a6ff14248f291a21047459cd6f6890.zip
libwebsockets: 3.0.0 -> 3.0.1 (#47020)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libwebsockets/versions
Diffstat (limited to 'pkgs/development/libraries/libwebsockets/default.nix')
-rw-r--r--pkgs/development/libraries/libwebsockets/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libwebsockets/default.nix b/pkgs/development/libraries/libwebsockets/default.nix
index 9cd0aabcf09..8c0db4a7396 100644
--- a/pkgs/development/libraries/libwebsockets/default.nix
+++ b/pkgs/development/libraries/libwebsockets/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   name = "libwebsockets-${version}";
-  version = "3.0.0";
+  version = "3.0.1";
 
   src = fetchFromGitHub {
     owner = "warmcat";
     repo = "libwebsockets";
     rev = "v${version}";
-    sha256 = "0cz4f05qd9b2bm27h5pkwym2cl7ff73lgirzwjppwf9b18if58yv";
+    sha256 = "1x3qrz2hqsrv2lg0y9irdx37c8r9j9vf9mwzgw61znzvk6hc9ymq";
   };
 
   buildInputs = [ cmake openssl zlib libuv ];