Merge pull request #164470 from r-ryantm/auto-update/sigi

sigi: 3.0.2 -> 3.0.3
This commit is contained in:
Bobby Rong 2022-03-19 21:08:45 +08:00 committed by GitHub
commit 27d8d662b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
rustPlatform.buildRustPackage rec {
pname = "sigi";
version = "3.0.2";
version = "3.0.3";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-N+8DdokiYW5mHIQJisdTja8xMVGip37X6c/xBYnQaRU=";
sha256 = "sha256-tjhNE20GE1L8kvhdI5Mc90I75q8szOIV40vq2CBt98U=";
};
nativeBuildInputs = [ installShellFiles ];
@ -20,7 +20,7 @@ rustPlatform.buildRustPackage rec {
installManPage sigi.1
'';
cargoSha256 = "sha256-vO9ocTDcGt/T/sLCP+tCHXihV1H2liFDjI7OhhmPd3I=";
cargoSha256 = "sha256-0e0r6hfXGJmrc6tgCqq2dQXu2MhkThViZwdG3r3g028=";
passthru.tests.version = testVersion { package = sigi; };