We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6793494 + 9a057d2 commit 83e600cCopy full SHA for 83e600c
pkgs/by-name/py/pylyzer/package.nix
@@ -13,17 +13,17 @@
13
14
rustPlatform.buildRustPackage rec {
15
pname = "pylyzer";
16
- version = "0.0.77";
+ version = "0.0.78";
17
18
src = fetchFromGitHub {
19
owner = "mtshiba";
20
repo = "pylyzer";
21
tag = "v${version}";
22
- hash = "sha256-MlDW3dNe9fdOzWp38VkjgoiqOYgBF+ezwTQE0+6SXCc=";
+ hash = "sha256-g8/zhl0dCQOq4aTlivAh3ufgfEMzeMvTtJQxFuHHWB0=";
23
};
24
25
useFetchCargoVendor = true;
26
- cargoHash = "sha256-bkYRPwiB2BN4WNZ0HcOBiDbFyidftbHWyIDvJasnePc=";
+ cargoHash = "sha256-mi4pCYA0dQnv3MIpZxVVY0qLdIts/qvxS4og0Tyxk3w=";
27
28
nativeBuildInputs = [
29
git
0 commit comments