pylyzer: 0.0.49 -> 0.0.50
Diff: https://github.com/mtshiba/pylyzer/compare/v0.0.49...v0.0.50 Changelog: https://github.com/mtshiba/pylyzer/releases/tag/v0.0.50
This commit is contained in:
parent
cd17fb8b3b
commit
9635e94114
@ -12,16 +12,16 @@
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "pylyzer";
|
||||
version = "0.0.49";
|
||||
version = "0.0.50";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "mtshiba";
|
||||
repo = "pylyzer";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-1BExqeIL6jaonJVB3aRYDDHRw7xdxHoouH5BlooJDW8=";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-w6CXKBbELkPNido0bldMDqoLZbqLd0gKBv576uLAX3Y=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-HBRczmEqqH+lMgnHeP/WpqHD05tkovJmR12hXwCrw8k=";
|
||||
cargoHash = "sha256-/s6ZXvgFXED17CwdmR8lLZDQ3otV334U4Uly90MPV1Y=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
git
|
||||
|
Loading…
Reference in New Issue
Block a user