zstd: 0.7.5 -> 1.0.0
Also updated to use the new repository location under facebook organization.
This commit is contained in:
parent
a785cec01b
commit
766a018453
@ -3,13 +3,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "zstd-${version}";
|
||||
version = "0.7.5";
|
||||
version = "1.0.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
sha256 = "07b4gmmkk2b28vmmhcg8h2imzccav1qklgvbdg2k6nl9p88zwzkd";
|
||||
sha256 = "0h8r8vlk8v28cxxgdp7h7dcygbpn8g95wffsvhzybxhfvkrlw6f2";
|
||||
rev = "v${version}";
|
||||
repo = "zstd";
|
||||
owner = "Cyan4973";
|
||||
owner = "facebook";
|
||||
};
|
||||
|
||||
# The Makefiles don't properly use file targets, but blindly rebuild
|
||||
|
Loading…
x
Reference in New Issue
Block a user