rust-analyzer: 2021-03-15 -> 2021-03-22

This commit is contained in:
oxalica 2021-03-23 22:31:52 +08:00
parent 53552a03bf
commit f8d0005177
No known key found for this signature in database
GPG key ID: CED392DE0C483D00

View file

@ -2,10 +2,10 @@
{
rust-analyzer-unwrapped = callPackage ./generic.nix rec {
rev = "2021-03-15";
rev = "2021-03-22";
version = "unstable-${rev}";
sha256 = "150gydm0mg72bbhgjjks8qc5ldiqyzhai9z4yfh4f1s2bwdfh3yf";
cargoSha256 = "10l0lk5p11002q59dqa5yrrz6n6s11i7bmr1wnl141bxqvm873q2";
sha256 = "sha256-Q8yr5x4+R9UCk5kw/nJgBtGVBeZTDwyuwpyNJUKSPzA=";
cargoSha256 = "sha256-cJ5KPNrX1H4IfHENDGyU2rgxl5TTqvoeXk7558oqwuA=";
inherit CoreServices;
};