fbthrift: use hash

(cherry picked from commit 33fe8a6aff)
(cherry picked from commit 94a02dc5ec)
This commit is contained in:
Emily 2024-11-13 15:58:12 +00:00 committed by Vladimír Čunát
parent 50fa137156
commit 8054f6f15e
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -29,7 +29,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "facebook";
repo = "fbthrift";
rev = "refs/tags/v${finalAttrs.version}";
sha256 = "sha256-iCiiKNDlfKm1Y4SGzcSP6o/OdiRRrj9UEawW6qpBpSY=";
hash = "sha256-iCiiKNDlfKm1Y4SGzcSP6o/OdiRRrj9UEawW6qpBpSY=";
};
nativeBuildInputs = [