fb303: 2024.03.11.00 -> 2024.11.18.00

Diff: https://github.com/facebook/fb303/compare/refs/tags/v2024.03.11.00...v2024.11.18.00
(cherry picked from commit 633f8f77b2)
(cherry picked from commit 4567e56a7fd056e6c2e45b7b990699b7d166f753)
This commit is contained in:
Emily
2024-11-30 15:11:29 +01:00
committed by Vladimír Čunát
parent 6266ce9ebf
commit a6d05097d2
+2 -2
View File
@@ -19,13 +19,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fb303";
version = "2024.03.11.00";
version = "2024.11.18.00";
src = fetchFromGitHub {
owner = "facebook";
repo = "fb303";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-Jtztb8CTqvRdRjUa3jaouP5PFAwoM4rKLIfgvOyXUIg=";
hash = "sha256-3zQLX42qeOE2bbFmu4Kuvu0Fvq2mBq8YgkVGpyfwaak=";
};
nativeBuildInputs = [