aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/xxHash
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-06-30 19:17:35 +0000
committerJon <jonringer@users.noreply.github.com>2020-07-02 10:31:35 -0700
commit8f09c8061f0f86b9d07bc25c90042986f099732b (patch)
treecea3dae49d276acc107a16b5fb6b780a7be2fc0c /pkgs/development/libraries/xxHash
parent89b91f73de82b07ad0a11a807c62a5d5bcefdae0 (diff)
xxHash: 0.7.3 -> 0.7.4
Diffstat (limited to 'pkgs/development/libraries/xxHash')
-rw-r--r--pkgs/development/libraries/xxHash/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/xxHash/default.nix b/pkgs/development/libraries/xxHash/default.nix
index 9d2ed44cb4bb..58bf562b0809 100644
--- a/pkgs/development/libraries/xxHash/default.nix
+++ b/pkgs/development/libraries/xxHash/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "xxHash";
- version = "0.7.3";
+ version = "0.7.4";
src = fetchFromGitHub {
owner = "Cyan4973";
repo = "xxHash";
rev = "v${version}";
- sha256 = "0bin0jch6lbzl4f8y052a7azfgq2n7iwqihzgqmcccv5vq4vcx5a";
+ sha256 = "08j7wxshhzpyrnyilfnvhyv5ycm0yv5m7jf6q4kxcd7j4dcbhmpb";
};
outputs = [ "out" "dev" ];