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
1 changed files with 2 additions and 2 deletions

View File

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