···23rustPlatform.buildRustPackage rec {
4 pname = "cargo-sweep";
5- version = "0.6.2";
67 src = fetchFromGitHub {
8 owner = "holmgr";
9 repo = pname;
10 rev = "v${version}";
11- sha256 = "sha256-tumcGnYqY/FGP8UWA0ccfdAK49LBcT8qH6SshrDXNAI=";
12 };
1314- cargoSha256 = "sha256-fcosKyGOy0SKrHbsKdxQJimelt1ByAM4YKo7WpHV8CA=";
000001516 meta = with lib; {
17 description = "A Cargo subcommand for cleaning up unused build files generated by Cargo";
···23rustPlatform.buildRustPackage rec {
4 pname = "cargo-sweep";
5+ version = "0.7.0";
67 src = fetchFromGitHub {
8 owner = "holmgr";
9 repo = pname;
10 rev = "v${version}";
11+ sha256 = "sha256-L9tWTgW8PIjxeby+wa71NPp3kWMYH5D7PNtpk8Bmeyc=";
12 };
1314+ cargoSha256 = "sha256-aalB7gHLc3YIgSOg68wc2fyzXFGfHO5x5YdzhuRmyro=";
15+16+ checkFlags = [
17+ # Requires a rustup toolchain to be installed.
18+ "--skip check_toolchain_listing_on_multiple_projects"
19+ ];
2021 meta = with lib; {
22 description = "A Cargo subcommand for cleaning up unused build files generated by Cargo";
+3-3
pkgs/misc/fastly/default.nix
···1011buildGoModule rec {
12 pname = "fastly";
13- version = "10.6.1";
1415 src = fetchFromGitHub {
16 owner = "fastly";
17 repo = "cli";
18 rev = "refs/tags/v${version}";
19- hash = "sha256-O71stl9vLbeNOtW9XeUuKSpB2JmnM4sawN+iFoTJHas=";
20 # The git commit is part of the `fastly version` original output;
21 # leave that output the same in nixpkgs. Use the `.git` directory
22 # to retrieve the commit SHA, and remove the directory afterwards,
···33 "cmd/fastly"
34 ];
3536- vendorHash = "sha256-g4cUjvFH5F/GfABgG2GKS04XlyJuM+xJ3oQAqT3xjis=";
3738 nativeBuildInputs = [
39 installShellFiles
···1011buildGoModule rec {
12 pname = "fastly";
13+ version = "10.6.2";
1415 src = fetchFromGitHub {
16 owner = "fastly";
17 repo = "cli";
18 rev = "refs/tags/v${version}";
19+ hash = "sha256-j4dqLV1Q17RQczkTqGTh8S8Y6ELqXjWuJRr+xB/x2yE=";
20 # The git commit is part of the `fastly version` original output;
21 # leave that output the same in nixpkgs. Use the `.git` directory
22 # to retrieve the commit SHA, and remove the directory afterwards,
···33 "cmd/fastly"
34 ];
3536+ vendorHash = "sha256-aCekNpf6C5fGIEk0pLkz4hJ6mQfBIzeCsIL6Fxf2QGk=";
3738 nativeBuildInputs = [
39 installShellFiles
···89 bash_5 = bash; # Added 2021-08-20
90 bazel_3 = throw "bazel 3 is past end of life as it is not an lts version"; # Added 2023-02-02
91 bedup = throw "bedup was removed because it was broken and abandoned upstream"; # added 2023-02-04
092 bird2 = bird; # Added 2022-02-21
93 bitwig-studio1 = throw "bitwig-studio1 has been removed, you can upgrade to 'bitwig-studio'"; # Added 2023-01-03
94 bitwig-studio2 = throw "bitwig-studio2 has been removed, you can upgrade to 'bitwig-studio'"; # Added 2023-01-03
···89 bash_5 = bash; # Added 2021-08-20
90 bazel_3 = throw "bazel 3 is past end of life as it is not an lts version"; # Added 2023-02-02
91 bedup = throw "bedup was removed because it was broken and abandoned upstream"; # added 2023-02-04
92+ binance = throw "binance has been removed, because it depends on a very outdated and insecure version of electron"; # Added 2023-11-09
93 bird2 = bird; # Added 2022-02-21
94 bitwig-studio1 = throw "bitwig-studio1 has been removed, you can upgrade to 'bitwig-studio'"; # Added 2023-01-03
95 bitwig-studio2 = throw "bitwig-studio2 has been removed, you can upgrade to 'bitwig-studio'"; # Added 2023-01-03