fb303: use hash

(cherry picked from commit 5be8fbd184)
(cherry picked from commit bfd8f83cd069aeda9ca9ed5ef481c0c5aa6006ab)
This commit is contained in:
Emily
2024-11-30 15:11:28 +01:00
committed by Vladimír Čunát
parent 80dcc25e43
commit e99730c8c7
+1 -1
View File
@@ -21,7 +21,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "facebook";
repo = "fb303";
rev = "refs/tags/v${finalAttrs.version}";
sha256 = "sha256-Jtztb8CTqvRdRjUa3jaouP5PFAwoM4rKLIfgvOyXUIg=";
hash = "sha256-Jtztb8CTqvRdRjUa3jaouP5PFAwoM4rKLIfgvOyXUIg=";
};
nativeBuildInputs = [ cmake ];