zstd: 0.6.1 -> 0.7.0
Changes: https://github.com/Cyan4973/zstd/releases/tag/v0.7.0
This commit is contained in:
parent
597cc3e68b
commit
723439564f
1 changed files with 2 additions and 2 deletions
|
@ -3,10 +3,10 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "zstd-${version}";
|
||||
version = "0.6.1";
|
||||
version = "0.7.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
sha256 = "19pp2sjrv8qwzfc9c1mf0idhkicjhr41fsc9d1fyncc34f9riavl";
|
||||
sha256 = "10n54lv33r90qbwvdvj4hx82g454pg1fhca3phkyh9mncbdvaqma";
|
||||
rev = "v${version}";
|
||||
repo = "zstd";
|
||||
owner = "Cyan4973";
|
||||
|
|
Loading…
Reference in a new issue