0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

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 4567e56a7f)
This commit is contained in:
Emily 2024-11-13 15:38:02 +00:00 committed by Vladimír Čunát
parent 6266ce9ebf
commit a6d05097d2
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

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 = [