default.nix: update cargoSha256

pull/29/head
Astro 2020-04-25 01:42:05 +02:00
parent 73772d3d71
commit 69093f4b47
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ let
name = "${crate}";
src = ./.;
crateSubdir = crate;
cargoSha256 = "02k72zj6qfbw9y69w3r9a1b1dg9pvkc7cl511hcv4w9rbnn3jlld";
cargoSha256 = "0wqsxbcphcf240mqfglckl0lz82f19g1jlcf3xk73aflpyxk5pmm";
cargoFeatures = features;
doCheck = false;
};