Merge pull request #215653 from trofi/zstd-update

zstd: 1.5.2 -> 1.5.4
This commit is contained in:
Robert Scott 2023-02-11 20:15:43 +00:00 committed by GitHub
commit f6664fb8ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "zstd";
version = "1.5.2";
version = "1.5.4";
src = fetchFromGitHub {
owner = "facebook";
repo = "zstd";
rev = "v${version}";
sha256 = "sha256-yJvhcysxcbUGuDOqe/TQ3Y5xyM2AUw6r1THSHOqmUy0=";
sha256 = "sha256-2blY4hY4eEcxY8K9bIhYPbfb//rt/+J2TmvxABPG78A=";
};
nativeBuildInputs = [ cmake ]