masklint: 0.3.0 -> 0.4.1
Closes masklint#6
This commit is contained in:
@@ -2,11 +2,14 @@
|
||||
lib,
|
||||
rustPlatform,
|
||||
fetchFromGitHub,
|
||||
shellcheck,
|
||||
ruff,
|
||||
rubocop,
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
let
|
||||
version = "0.3.0";
|
||||
version = "0.4.1";
|
||||
in
|
||||
rustPlatform.buildRustPackage {
|
||||
pname = "masklint";
|
||||
@@ -16,10 +19,16 @@ rustPlatform.buildRustPackage {
|
||||
owner = "brumhard";
|
||||
repo = "masklint";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-Dku2pDUCblopHtoj6viUqHVpVH5GDApp+QLjor38j7g=";
|
||||
hash = "sha256-PhhSJwzLTMFmisrdmsRjxWDBkBr+NjIkENHjdkTeviM=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-TDk7hEZ628iUnKI0LMBtsSAVNF6BGukHwB8kh70eo4U=";
|
||||
cargoHash = "sha256-WZwl7fdy1HNKQU1zCwifoOvmFRr/fnsvmIG2wf6ILPY=";
|
||||
|
||||
nativeCheckInputs = [
|
||||
shellcheck # shells
|
||||
ruff # python
|
||||
rubocop # ruby
|
||||
];
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user