overrides: add hash for cryptography 42.0.2

This commit is contained in:
Suraj 2024-01-31 18:40:03 -08:00 committed by GitHub
parent e0b44e9e2d
commit c745031cf9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -544,6 +544,7 @@ lib.composeManyExtensions [
"41.0.5" = "sha256-ABCK144//RUJ3AksFHEgqC+kHvoHl1ifpVuqMTkGNH8=";
"41.0.6" = "sha256-E7O0035BnJfTQeZNAN3Oz0fMbfj45htvnK8AHOzfdcY=";
"41.0.7" = "sha256-VeZhKisCPDRvmSjGNwCgJJeVj65BZ0Ge+yvXbZw86Rw=";
"42.0.2" = "sha256-jw/FC5rQO77h6omtBp0Nc2oitkVbNElbkBUduyprTIc=";
}.${version} or (
lib.warn "Unknown cryptography version: '${version}'. Please update getCargoHash." lib.fakeHash
);