Skip to content

Commit

Permalink
zstd: 1.5.5 -> 1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
trofi committed Mar 27, 2024
1 parent d6411ed commit 4004cd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/compression/zstd/default.nix
Original file line number Diff line number Diff line change
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 4004cd4

Please sign in to comment.