Skip to content

Commit

Permalink
Merge pull request #299590 from trofi/zstd-update
Browse files Browse the repository at this point in the history
zstd: 1.5.5 -> 1.5.6
  • Loading branch information
SuperSandro2000 committed Mar 31, 2024
2 parents df5c3e6 + 4004cd4 commit a9e4204
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/compression/zstd/default.nix
Expand Up @@ -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 ]
Expand Down

0 comments on commit a9e4204

Please sign in to comment.