Skip to content

Commit 6bf5ecd

Browse files
Merge pull request #1870 from apeschar/rpds-py-0210
overrides: add hash for rpds-py 0.21.0
2 parents 558edbe + c38a250 commit 6bf5ecd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

overrides/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3312,6 +3312,7 @@ lib.composeManyExtensions [
33123312
"0.19.1" = "sha256-qIXdoCEVGCGUnTicZp4bUTJyGpFy9dwWY03lXUbxiHg=";
33133313
"0.20.0" = "sha256-5vbR2EbrAPJ8pb78tj/+r9nOWgQDT5aO/LUQI4kAGjU=";
33143314
"0.20.1" = "sha256-vqJCGlp5S2wECfgleCexCb9xegA8b6wo7YNBbcsbXqk=";
3315+
"0.21.0" = "sha256-VOmMNEdKHrPKJzs+D735Y52y47MubPwLlfkvB7Glh14=";
33153316
}.${version} or (
33163317
lib.warn "Unknown rpds-py version: '${version}'. Please update getCargoHash." lib.fakeHash
33173318
);

0 commit comments

Comments
 (0)