Merge pull request #299590 from trofi/zstd-update

zstd: 1.5.5 -> 1.5.6
This commit is contained in:
Sandro 2024-03-31 15:03:38 +02:00 committed by GitHub
commit a9e420460b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,13 +21,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "zstd"; pname = "zstd";
version = "1.5.5"; version = "1.5.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "facebook"; owner = "facebook";
repo = "zstd"; repo = "zstd";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-tHHHIsQU7vJySrVhJuMKUSq11MzkmC+Pcsj00uFJdnQ="; hash = "sha256-qcd92hQqVBjMT3hyntjcgk29o9wGQsg5Hg7HE5C0UNc=";
}; };
nativeBuildInputs = [ cmake ] nativeBuildInputs = [ cmake ]