Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

treewide: sha256 -> hash for fetchCrate #326859

Merged
merged 2 commits into from
Jul 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkgs/applications/misc/globe-cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rustPlatform.buildRustPackage rec {

src = fetchCrate {
inherit pname version;
sha256 = "sha256-Np1f/mSMIMZU3hE0Fur8bOHhOH3rZyroGiVAqfiIs7g=";
hash = "sha256-Np1f/mSMIMZU3hE0Fur8bOHhOH3rZyroGiVAqfiIs7g=";
};

cargoHash = "sha256-qoCOYk7hyjMx07l48IkxE6zsG58NkF72E3OvoZHz5d0=";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/misc/krabby/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ rustPlatform.buildRustPackage rec {

src = fetchCrate {
inherit pname version;
sha256 = "sha256-pqLk05hDPMvbrDG3xatAP0licaJszBSujo1fqsEtpRI=";
hash = "sha256-pqLk05hDPMvbrDG3xatAP0licaJszBSujo1fqsEtpRI=";
};

cargoHash = "sha256-/wXfdH9ObKGOw8EXHG/3Gvhm66v632lpDp/V3zFIzh4=";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/misc/leetcode-cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rustPlatform.buildRustPackage rec {

src = fetchCrate {
inherit pname version;
sha256 = "sha256-y5zh93WPWSMDXqYangqrxav+sC0b0zpFIp6ZIew6KMo=";
hash = "sha256-y5zh93WPWSMDXqYangqrxav+sC0b0zpFIp6ZIew6KMo=";
};

cargoHash = "sha256-VktDiLsU+GOsa6ba9JJZGEPTavSKp+aSZm2dfhPEqMs=";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/misc/oxker/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rustPlatform.buildRustPackage rec {

src = fetchCrate {
inherit pname version;
sha256 = "sha256-dBehxqr/UCXIQDMrGFN6ID+v0NYi50JTHuML3su2O0A=";
hash = "sha256-dBehxqr/UCXIQDMrGFN6ID+v0NYi50JTHuML3su2O0A=";
};

cargoHash = "sha256-wI7yqRvaszBP4OtlWbWIZ9RLf5y7dx2KufYLaK+PWps=";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/misc/process-viewer/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rustPlatform.buildRustPackage rec {

src = fetchCrate {
inherit pname version;
sha256 = "sha256-mEmtLCtHlrCurjKKJ3vEtEkLBik4LwuUED5UeQ1QLws=";
hash = "sha256-mEmtLCtHlrCurjKKJ3vEtEkLBik4LwuUED5UeQ1QLws=";
};

cargoSha256 = "sha256-lgVByl+mpCDbhwlC1Eiw9ZkHIDYJsOR06Ds790pXOMc=";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/misc/toipe/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rustPlatform.buildRustPackage rec {

src = fetchCrate {
inherit pname version;
sha256 = "sha256-L4JemOxpynGYsA8FgHnMv/hrogLSRaaiIzDjxzZDqjM=";
hash = "sha256-L4JemOxpynGYsA8FgHnMv/hrogLSRaaiIzDjxzZDqjM=";
};

cargoHash = "sha256-ShJ7dbd3oNo3qZJ5+ut+NfLF9j8kPPZy9yC2zl/s56k=";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rustPlatform.buildRustPackage rec {

src = fetchCrate {
inherit pname version;
sha256 = "sha256-JG/l6NfN5RqBpz9NVcVY3mP/iE31TXvw+Vjq8N8rNIY=";
hash = "sha256-JG/l6NfN5RqBpz9NVcVY3mP/iE31TXvw+Vjq8N8rNIY=";
};

cargoHash = "sha256-QKSNbpVRtSKp2q1jVPYTS8XCMtQAyg3AWvD/6+OjI7Y=";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/science/electronics/dwfv/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rustPlatform.buildRustPackage rec {

src = fetchCrate {
inherit version pname;
sha256 = "0xxgwbbbzaldbl04k5ksk61wa6i4f9mc84q04ljg438z0k8q6cr7";
hash = "sha256-JzOD0QQfDfIkJQATxGpyJBrFg5l6lkkAXY2qv9bir3c=";
};

cargoSha256 = "1z51yx3psdxdzmwny0rzlch5hjx2pssll73q79qij2bc7wgyjscy";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/ca/cargo-wasi/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rustPlatform.buildRustPackage rec {
src = fetchCrate {
inherit version;
pname = "cargo-wasi-src";
sha256 = "sha256-fmQ23BtcBUPNcgZgvNq85iqdY6WRUhqwAp4aIobqMIw=";
hash = "sha256-fmQ23BtcBUPNcgZgvNq85iqdY6WRUhqwAp4aIobqMIw=";
};

cargoHash = "sha256-yXtxznUp2gECq2CvRByiFzbTjYtWvTheDjGoynJWb+o=";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/re/refinery-cli/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ rustPlatform.buildRustPackage rec {
src = fetchCrate {
pname = "refinery_cli";
inherit version;
sha256 = "sha256-gHW+5WWzk1H2O5B2sWdl6QcOeUbNvbdZZBD10SmE1GA=";
hash = "sha256-gHW+5WWzk1H2O5B2sWdl6QcOeUbNvbdZZBD10SmE1GA=";
};

cargoHash = "sha256-Go7+LZSze/IrNwEl+11Dm5O9RcREyPSkHPjlE9SPO70=";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/tw/twiggy/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ rustPlatform.buildRustPackage rec {

src = fetchCrate {
inherit pname version;
sha256 = "sha256-NbtS7A5Zl8634Q3xyjVzNraNszjt1uIXqmctArfnqkk=";
hash = "sha256-NbtS7A5Zl8634Q3xyjVzNraNszjt1uIXqmctArfnqkk=";
};

cargoSha256 = "sha256-94pfhVZ0CNMn+lCl5O+wOyE+D6fVXbH4NAPx92nMNbM=";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/embedded/elf2uf2-rs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rustPlatform.buildRustPackage rec {

src = fetchCrate {
inherit pname version;
sha256 = "sha256-cmiCOykORue0Cg2uUUWa/nXviX1ddbGNC5gRKe+1kYs=";
hash = "sha256-cmiCOykORue0Cg2uUUWa/nXviX1ddbGNC5gRKe+1kYs=";
};

nativeBuildInputs = [
Expand Down
24 changes: 12 additions & 12 deletions pkgs/development/libraries/rure/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkgs/development/libraries/rure/pin.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"pname": "rure",
"version": "0.2.2",
"sha256": "0n2c9b8arfgcq1l7gr8dfcmdvdbggvfd0msy6sbx3bln74wwbr06"
"hash": "sha256-BuTFOTmWrtGXNl5X0Nx+b7XdKnMN5XdowOy5rNBKTFg="
}
2 changes: 1 addition & 1 deletion pkgs/development/libraries/rure/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ cat > pin.json <<EOF
{
"pname": "$crate",
"version": "$version",
"sha256": "$(printf '%s' "$prefetch" | head -n1)"
"hash": "$(nix hash to-sri --type sha256 "$(printf '%s' "$prefetch" | head -n1)")"
}
EOF

Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/tools/analysis/svlint/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rustPlatform.buildRustPackage rec {

src = fetchCrate {
inherit pname version;
sha256 = "sha256-u61gmkO7eij7r1A1RPk0ro+pml7ZmMsg0ukJLCFNaD0=";
hash = "sha256-u61gmkO7eij7r1A1RPk0ro+pml7ZmMsg0ukJLCFNaD0=";
};

cargoHash = "sha256-HBfCTOETQ1hHzLFDw12W58omRmliiWDFGSrmr3PELD8=";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/tools/build-managers/fac/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ rustPlatform.buildRustPackage rec {
src = fetchCrate {
inherit version;
crateName = "fac";
sha256 = "sha256-+JJVuKUdnjJoQJ4a2EE0O6jZdVoFxPwbPgfD2LfiDPI=";
hash = "sha256-+JJVuKUdnjJoQJ4a2EE0O6jZdVoFxPwbPgfD2LfiDPI=";
};


Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/tools/dprint/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rustPlatform.buildRustPackage rec {

src = fetchCrate {
inherit pname version;
sha256 = "sha256-eiZrgxOAUwq9rhTASXih8txg0KNerWETJgzYiz7KKVo=";
hash = "sha256-eiZrgxOAUwq9rhTASXih8txg0KNerWETJgzYiz7KKVo=";
};

cargoHash = "sha256-CTcoJ09UqeHumEg00RbI9TTTE8ja2O5cte4OYfB8v4s=";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/tools/gen-license/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rustPlatform.buildRustPackage rec {

src = fetchCrate {
inherit pname version;
sha256 = "sha256-YZcycLQ436cjr2YTT7TEyMdeLTOl9oEfa5x3lgnnYyo=";
hash = "sha256-YZcycLQ436cjr2YTT7TEyMdeLTOl9oEfa5x3lgnnYyo=";
};

cargoHash = "sha256-2PT20eoXxBPhGsmHlEEGE2ZDyhyrD7tFdwnn3khjKNo=";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/tools/graphql-client/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ rustPlatform.buildRustPackage rec {
src = fetchCrate {
inherit version;
crateName = "graphql_client_cli";
sha256 = "sha256-eQ+7Ru3au/rDQZtwFDXYyybqC5uFtNBs6cEzX2QSFI4=";
hash = "sha256-eQ+7Ru3au/rDQZtwFDXYyybqC5uFtNBs6cEzX2QSFI4=";
};

cargoSha256 = "sha256-fEjt7ax818hlIq2+UrIG6EismQUGdaq7/C3xN+Nrw2s=";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/tools/misc/slint-lsp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ rustPlatform.buildRustPackage rec {

src = fetchCrate {
inherit pname version;
sha256 = "sha256-wqAcHBHWtYavAakHLhHHCI+Yercgdtzo1EAOilsZOK0=";
hash = "sha256-wqAcHBHWtYavAakHLhHHCI+Yercgdtzo1EAOilsZOK0=";
};

cargoHash = "sha256-XjVXhXoGEhxWc+LZa0EsPiw3Gq2pg03YjKONTptSQvA=";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/tools/perseus-cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rustPlatform.buildRustPackage rec {

src = fetchCrate {
inherit pname version;
sha256 = "sha256-IYjLx9/4oWSXa4jhOtGw1GOHmrR7LQ6bWyN5zbOuEFs=";
hash = "sha256-IYjLx9/4oWSXa4jhOtGw1GOHmrR7LQ6bWyN5zbOuEFs=";
};

cargoSha256 = "sha256-i7MPmO9MoANZLzmR5gsD+v0gyDtFbzhsmE9xOsb88L0=";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/tools/rust/bindgen/unwrapped.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ in rustPlatform.buildRustPackage rec {
src = fetchCrate {
pname = "bindgen-cli";
inherit version;
sha256 = "sha256-5fwJq1WsL3IEcVUjsyqKdQU8VufbbPk6TglwJg3C1Gw=";
hash = "sha256-5fwJq1WsL3IEcVUjsyqKdQU8VufbbPk6TglwJg3C1Gw=";
};

cargoHash = "sha256-UROy/MyPBKJe+EaiUIDbOYKVbge0C9LsmfnsvOLEONE=";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/tools/rust/cargo-apk/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rustPlatform.buildRustPackage rec {

src = fetchCrate {
inherit pname version;
sha256 = "sha256-1vCrM+0SNefd7FrRXnSjLhM3/MSVJfcL4k1qAstX+/A=";
hash = "sha256-1vCrM+0SNefd7FrRXnSjLhM3/MSVJfcL4k1qAstX+/A=";
};

cargoSha256 = "sha256-rGn3MKbqIRWayarsgedIOhuTTl8lyRsRxn7BN5Id97w=";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/tools/rust/cargo-bazel/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rustPlatform.buildRustPackage rec {

src = fetchCrate {
inherit pname version;
sha256 = "FS1WFlK0YNq1QCi3S3f5tMN+Bdcfx2dxhDKRLXLcios=";
hash = "sha256-FS1WFlK0YNq1QCi3S3f5tMN+Bdcfx2dxhDKRLXLcios=";
};

cargoSha256 = "+PVNB/apG5AR236Ikqt+JTz20zxc0HUi7z6BU6xq/Fw=";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/tools/rust/cargo-binutils/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rustPlatform.buildRustPackage rec {

src = fetchCrate {
inherit pname version;
sha256 = "sha256-tRh3+X6QCdkkJE1O60ZRkDBRbznGZ1aB1AOmcz0EINI=";
hash = "sha256-tRh3+X6QCdkkJE1O60ZRkDBRbznGZ1aB1AOmcz0EINI=";
};

cargoSha256 = "sha256-lZJcsCg7e5ZmClnzKFjm/roXBIyhkPTzS7R6BTmcNIk=";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/tools/rust/cargo-bolero/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rustPlatform.buildRustPackage rec {

src = fetchCrate {
inherit pname version;
sha256 = "sha256-Xcu91CbIDBLSojWQJjvdFWJiqjMteAxF105lemCAipk=";
hash = "sha256-Xcu91CbIDBLSojWQJjvdFWJiqjMteAxF105lemCAipk=";
};

cargoSha256 = "sha256-QLtf42Il+XHWeaUdh8jNNWU1sXaVe82sYOKiHLoXw2M=";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/tools/rust/cargo-chef/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rustPlatform.buildRustPackage rec {

src = fetchCrate {
inherit pname version;
sha256 = "sha256-5bvA3lss+F2Wx0SSx5KRCmpERdIXUkUhFP+zRn8aZH0=";
hash = "sha256-5bvA3lss+F2Wx0SSx5KRCmpERdIXUkUhFP+zRn8aZH0=";
};

cargoHash = "sha256-EIpi1k5GffGCk+fzHSW32T+ZLkRfswnEGZdER95TyBk=";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/tools/rust/cargo-hf2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rustPlatform.buildRustPackage rec {

src = fetchCrate {
inherit pname version;
sha256 = "sha256-0o3j7YfgNNnfbrv9Gppo24DqYlDCxhtsJHIhAV214DU=";
hash = "sha256-0o3j7YfgNNnfbrv9Gppo24DqYlDCxhtsJHIhAV214DU=";
};

cargoSha256 = "sha256-zBxvpQfB9xw8+Rc1H1EaK/gQZtQ+uSs4YJwhm2o0vhI=";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/tools/rust/cargo-license/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rustPlatform.buildRustPackage rec {

src = fetchCrate {
inherit pname version;
sha256 = "sha256-qwyWj0vPWQOZYib2ZZutX25a4wwnG1kFAiRCWqGyVms=";
hash = "sha256-qwyWj0vPWQOZYib2ZZutX25a4wwnG1kFAiRCWqGyVms=";
};

cargoHash = "sha256-ifw/n7eejUWUqhieDLojuO3xgosn28NnjAKkq/ZSLEI=";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/tools/rust/cargo-outdated/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rustPlatform.buildRustPackage rec {

src = fetchCrate {
inherit pname version;
sha256 = "sha256-+GPP8Mdoc3LsR2puNu3/pzKg4Umvjd7CxivkHC8YxgM=";
hash = "sha256-+GPP8Mdoc3LsR2puNu3/pzKg4Umvjd7CxivkHC8YxgM=";
};

cargoHash = "sha256-Lkl7F5ZVlYLBeL3tubdMQ4/KbHYd2dD5IJAX9FO0XUg=";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/tools/rust/cargo-update/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ rustPlatform.buildRustPackage rec {

src = fetchCrate {
inherit pname version;
sha256 = "sha256-/9igT1/3ck8Roy2poq1urf+cLblentOB7S9Hh6uqIEw=";
hash = "sha256-/9igT1/3ck8Roy2poq1urf+cLblentOB7S9Hh6uqIEw=";
};

cargoHash = "sha256-pdWVp9+CLnNO7+U0a8WXWHZ+EeGNYx9J7WWAI1MTDvc=";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/tools/rust/cargo2junit/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rustPlatform.buildRustPackage rec {

src = fetchCrate {
inherit pname version;
sha256 = "sha256-R3a87nXCnGhdeyR7409hFR5Cj3TFUWqaLNOtlXPsvto=";
hash = "sha256-R3a87nXCnGhdeyR7409hFR5Cj3TFUWqaLNOtlXPsvto=";
};

cargoHash = "sha256-u5Pd967qxjqFl9fV/KkClLDBwKql7p66WqbIVBvWKuM=";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/tools/rust/cauwugo/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ rustPlatform.buildRustPackage rec {
src = fetchCrate {
inherit version;
pname = "bpaf_cauwugo";
sha256 = "sha256-9gWUu2qbscKlbWZlRbOn+rrmizegkHxPnwnAmpaV1Ww=";
hash = "sha256-9gWUu2qbscKlbWZlRbOn+rrmizegkHxPnwnAmpaV1Ww=";
};

cargoSha256 = "sha256-dXlSBb3ey3dAiifrQ9Bbhscnm1QmcChiQbX1ic069V4=";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/tools/rust/panamax/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rustPlatform.buildRustPackage rec {

src = fetchCrate {
inherit pname version;
sha256 = "sha256-gIgw6JMGpHNXE/PZoz3jRdmjIWy4hETYf24Nd7/Jr/g=";
hash = "sha256-gIgw6JMGpHNXE/PZoz3jRdmjIWy4hETYf24Nd7/Jr/g=";
};

cargoHash = "sha256-doEBlUVmXxbuPkDgliWr+LfG5KAMVEGpvLyQpoCzSTc=";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/tools/rust/rust-audit-info/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rustPlatform.buildRustPackage rec {

src = fetchCrate {
inherit pname version;
sha256 = "sha256-g7ElNehBAVSRRlqsxkNm20C0KOMkf310bXNs3EN+/NQ=";
hash = "sha256-g7ElNehBAVSRRlqsxkNm20C0KOMkf310bXNs3EN+/NQ=";
};

cargoSha256 = "sha256-bKrdgz6dyv/PF5JXMq7uvsh7SsK/qEd2W7tm6+YYlxg=";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/tools/spr/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rustPlatform.buildRustPackage rec {

src = fetchCrate {
inherit pname version;
sha256 = "sha256-lsdWInJWcofwU3P4vAWcLQeZuV3Xn1z30B7mhODJ4Vc=";
hash = "sha256-lsdWInJWcofwU3P4vAWcLQeZuV3Xn1z30B7mhODJ4Vc=";
};

cargoSha256 = "sha256-VQg3HDNw+L1FsFtHXnIw6dMVUxV63ZWHCxiknzsqXW8=";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/tools/swc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rustPlatform.buildRustPackage rec {
src = fetchCrate {
pname = "swc_cli";
inherit version;
sha256 = "sha256-8zbxE1qkEWeSYt2L5PElZeJPRuK4Yiooy8xDmCD/PYw=";
hash = "sha256-8zbxE1qkEWeSYt2L5PElZeJPRuK4Yiooy8xDmCD/PYw=";
};

cargoSha256 = "sha256-kRsRUOvDMRci3bN5NfhiLCWojNkSuLz3K4BfKfGYc7g=";
Expand Down
Loading