Merge pull request #307780 from GaetanLepage/pylyzer

pylyzer: 0.0.51 -> 0.0.53
This commit is contained in:
OTABI Tomoya 2024-05-01 00:21:32 +09:00 committed by GitHub
commit adc34261a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1029 additions and 3 deletions

File diff suppressed because it is too large Load diff

View file

@ -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