mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 20:07:49 +00:00
lz4: 1.8.3 -> 1.9.1 (#59812)
* lz4: 1.8.3 -> 1.9.0 https://github.com/lz4/lz4/releases/tag/v1.9.0 * lz4: 1.9.0 -> 1.9.1 fixes read out-of-bounds issue w/1.9.0
This commit is contained in:
parent
d747f1602d
commit
9d36a79ba6
@ -4,10 +4,10 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "lz4-${version}";
|
||||
version = "1.8.3";
|
||||
version = "1.9.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
sha256 = "0lq00yi7alr9aip6dw0flykzi8yv7z43aay177n86spn9qms7s3g";
|
||||
sha256 = "1l1caxrik1hqs40vj3bpv1pikw6b74cfazv5c0v6g48zpcbmshl0";
|
||||
rev = "v${version}";
|
||||
repo = "lz4";
|
||||
owner = "lz4";
|
||||
|
Loading…
Reference in New Issue
Block a user