Skip to content

Commit

Permalink
Merge pull request #115031 from otavio/feature-upgrate-cargo-limit
Browse files Browse the repository at this point in the history
cargo-limit: 0.0.6 -> 0.0.7
  • Loading branch information
SuperSandro2000 committed Mar 4, 2021
2 parents 4b9404c + d378d72 commit 875b5dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/rust/cargo-limit/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

rustPlatform.buildRustPackage rec {
pname = "cargo-limit";
version = "0.0.6";
version = "0.0.7";

src = fetchFromGitHub {
owner = "alopatindev";
repo = "cargo-limit";
rev = version;
sha256 = "sha256-2YngMRPNiUVqg82Ck/ovcMbZV+STGyowT9zlwBkcKok=";
sha256 = "sha256-8HsYhWYeRhCPTxVnU8hOJKLXvza8i9KvKTLL6yLo0+c=";
};

cargoSha256 = "sha256-4HQhBE4kNhOhO48PBiAxtppmaqy7jaV8p/jb/Uv7vJk=";
cargoSha256 = "sha256-8uA4oFExrzDMeMV5MacbtE0Awdfx+jUUkrKd7ushOHo=";

passthru = {
updateScript = nix-update-script {
Expand Down

0 comments on commit 875b5dc

Please sign in to comment.