mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-09 05:33:25 +00:00
pylyzer: 0.0.26 -> 0.0.27
Diff: https://github.com/mtshiba/pylyzer/compare/v0.0.26...v0.0.27 Changelog: https://github.com/mtshiba/pylyzer/releases/tag/v0.0.27
This commit is contained in:
parent
27ca213f7a
commit
434a68ecfc
@ -10,16 +10,16 @@
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "pylyzer";
|
||||
version = "0.0.26";
|
||||
version = "0.0.27";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "mtshiba";
|
||||
repo = "pylyzer";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-ZEmTSSYHQWk0IVJXlrtGb+j2hbb9ZtDLCtajOR7BMoU=";
|
||||
hash = "sha256-RtfRYycHSDaOE71tTtChdMJKyRyTqracHw4p94heFwU=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-/QMzPvLcAjpai2YX58+YM/+KhYZRuK59hPYAEHeTTa4=";
|
||||
cargoHash = "sha256-Ggvcg96j9LlhDy0BMJzNDXE1Qtf04svt2ezXmkq3aUA=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
git
|
||||
|
Loading…
Reference in New Issue
Block a user