Merge pull request #307780 from GaetanLepage/pylyzer
pylyzer: 0.0.51 -> 0.0.53
This commit is contained in:
commit
adc34261a7
2 changed files with 1029 additions and 3 deletions
1021
pkgs/development/tools/language-servers/pylyzer/Cargo.lock
generated
Normal file
1021
pkgs/development/tools/language-servers/pylyzer/Cargo.lock
generated
Normal file
File diff suppressed because it is too large
Load diff
|
@ -12,16 +12,21 @@
|
|||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "pylyzer";
|
||||
version = "0.0.51";
|
||||
version = "0.0.53";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "mtshiba";
|
||||
repo = "pylyzer";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-TKAmIy5dP2m1iokxSqfxTj79UDkW00+se/NDGS3euwA=";
|
||||
hash = "sha256-x/52dDNuMOoN0gbBTPEhXZpfdVk0kJaBv9tMsh2pOiA=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-035ueF42g6By+6TOGEultc8n350g3mRT00raQgWIcUM=";
|
||||
cargoLock = {
|
||||
lockFile = ./Cargo.lock;
|
||||
outputHashes = {
|
||||
"rustpython-ast-0.3.1" = "sha256-q9N+z3F6YICQuUMp3a10OS792tCq0GiSSlkcaLxi3Gs=";
|
||||
};
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
git
|
||||
|
|
Loading…
Reference in a new issue