Skip to content

Commit 9a057d2

Browse files
committed
1 parent 0921535 commit 9a057d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/py/pylyzer/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@
1313

1414
rustPlatform.buildRustPackage rec {
1515
pname = "pylyzer";
16-
version = "0.0.77";
16+
version = "0.0.78";
1717

1818
src = fetchFromGitHub {
1919
owner = "mtshiba";
2020
repo = "pylyzer";
2121
tag = "v${version}";
22-
hash = "sha256-MlDW3dNe9fdOzWp38VkjgoiqOYgBF+ezwTQE0+6SXCc=";
22+
hash = "sha256-g8/zhl0dCQOq4aTlivAh3ufgfEMzeMvTtJQxFuHHWB0=";
2323
};
2424

2525
useFetchCargoVendor = true;
26-
cargoHash = "sha256-bkYRPwiB2BN4WNZ0HcOBiDbFyidftbHWyIDvJasnePc=";
26+
cargoHash = "sha256-mi4pCYA0dQnv3MIpZxVVY0qLdIts/qvxS4og0Tyxk3w=";
2727

2828
nativeBuildInputs = [
2929
git

0 commit comments

Comments
 (0)