cargo-limit: 0.0.6 -> 0.0.7
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
ac1c20756c
commit
d378d727e7
@ -6,16 +6,16 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "cargo-limit";
|
pname = "cargo-limit";
|
||||||
version = "0.0.6";
|
version = "0.0.7";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "alopatindev";
|
owner = "alopatindev";
|
||||||
repo = "cargo-limit";
|
repo = "cargo-limit";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-2YngMRPNiUVqg82Ck/ovcMbZV+STGyowT9zlwBkcKok=";
|
sha256 = "sha256-8HsYhWYeRhCPTxVnU8hOJKLXvza8i9KvKTLL6yLo0+c=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "sha256-4HQhBE4kNhOhO48PBiAxtppmaqy7jaV8p/jb/Uv7vJk=";
|
cargoSha256 = "sha256-8uA4oFExrzDMeMV5MacbtE0Awdfx+jUUkrKd7ushOHo=";
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
updateScript = nix-update-script {
|
updateScript = nix-update-script {
|
||||||
|
Loading…
Reference in New Issue
Block a user