xxHash: 0.8.2 -> 0.8.3

This commit is contained in:
R. Ryantm
2024-12-30 04:56:19 +00:00
parent 1a7de5d740
commit c91f3fb82c
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "xxHash";
version = "0.8.2";
version = "0.8.3";
src = fetchFromGitHub {
owner = "Cyan4973";
repo = "xxHash";
rev = "v${version}";
hash = "sha256-kofPs01jb189LUjYHHt+KxDifZQWl0Hm779711mvWtI=";
hash = "sha256-h6kohM+NxvQ89R9NEXZcYBG2wPOuB4mcyPfofKrx9wQ=";
};
nativeBuildInputs = [