Merge pull request #259652 from r-ryantm/auto-update/boa

boa: 0.17 -> 0.17.3
This commit is contained in:
Nick Cao 2023-10-08 10:30:23 -04:00 committed by GitHub
commit 856342f010
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,13 +12,13 @@
rustPlatform.buildRustPackage rec {
pname = "boa";
version = "0.17";
version = "0.17.3";
src = fetchFromGitHub {
owner = "boa-dev";
repo = "boa";
rev = "v${version}";
hash = "sha256-3Iv7Ko6ukbmec4yDKayxW0T6+3ZNbUT4wWwEarBy4Zs=";
hash = "sha256-ROzdOanfHNPwHXA0SzU2fpuBonbDbgDqH+ZgOjwK/tg=";
fetchSubmodules = true;
};
@ -30,7 +30,7 @@ rustPlatform.buildRustPackage rec {
})
];
cargoHash = "sha256-2ZzTvVoA4oxy26rL0tvdvXm2oVWpHP+gooyjB4vIP3M=";
cargoHash = "sha256-UIUXayJwTrWbLm1UKnIXy1Df8a7ZoBzdNm/uZ1+H+SQ=";
cargoBuildFlags = [ "--package" "boa_cli" ];