mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
pylyzer: 0.0.70 -> 0.0.71 (#357602)
This commit is contained in:
commit
b985b36552
1444
pkgs/by-name/py/pylyzer/Cargo.lock
generated
1444
pkgs/by-name/py/pylyzer/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -14,21 +14,17 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "pylyzer";
|
pname = "pylyzer";
|
||||||
version = "0.0.70";
|
version = "0.0.71";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mtshiba";
|
owner = "mtshiba";
|
||||||
repo = "pylyzer";
|
repo = "pylyzer";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-jj9r5npClLY9mhDHFI92825RYvwn6m9KlngfFL0bqCw=";
|
hash = "sha256-CzmfDOEh+3kUIl8dWYcxXH+6o+6zea/8hzZ09FaT8sw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoLock = {
|
useFetchCargoVendor = true;
|
||||||
lockFile = ./Cargo.lock;
|
cargoHash = "sha256-ZX3ql8GkgDLWFc3M1zIAu4QOYtZ/ryd1rrctkHpYmiU=";
|
||||||
outputHashes = {
|
|
||||||
"rustpython-ast-0.4.0" = "sha256-RChZlXzdzyLp0Lb/LTLbWfbUzPDhmWkf0uVobflCKRk=";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
git
|
git
|
||||||
|
Loading…
Reference in New Issue
Block a user