mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 19:51:17 +00:00
pylyzer: 0.0.50 -> 0.0.51
Diff: https://github.com/mtshiba/pylyzer/compare/refs/tags/v0.0.50...v0.0.51 Changelog: https://github.com/mtshiba/pylyzer/releases/tag/v0.0.51
This commit is contained in:
parent
37aa0ada2c
commit
6fe8ff23d2
|
@ -12,16 +12,16 @@
|
|||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "pylyzer";
|
||||
version = "0.0.50";
|
||||
version = "0.0.51";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "mtshiba";
|
||||
repo = "pylyzer";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-w6CXKBbELkPNido0bldMDqoLZbqLd0gKBv576uLAX3Y=";
|
||||
hash = "sha256-TKAmIy5dP2m1iokxSqfxTj79UDkW00+se/NDGS3euwA=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-/s6ZXvgFXED17CwdmR8lLZDQ3otV334U4Uly90MPV1Y=";
|
||||
cargoHash = "sha256-035ueF42g6By+6TOGEultc8n350g3mRT00raQgWIcUM=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
git
|
||||
|
|
Loading…
Reference in a new issue