Loading pkgs/by-name/py/pylyzer/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -14,17 +14,17 @@ rustPlatform.buildRustPackage rec { pname = "pylyzer"; version = "0.0.78"; version = "0.0.79"; src = fetchFromGitHub { owner = "mtshiba"; repo = "pylyzer"; tag = "v${version}"; hash = "sha256-g8/zhl0dCQOq4aTlivAh3ufgfEMzeMvTtJQxFuHHWB0="; hash = "sha256-CCQluzwB2NAOKE11kQ60FMgIqfGsjgxeHwgJO9WF4Kw="; }; useFetchCargoVendor = true; cargoHash = "sha256-mi4pCYA0dQnv3MIpZxVVY0qLdIts/qvxS4og0Tyxk3w="; cargoHash = "sha256-6QqQpABNuy+Dd5EL/E6BXG7+TWXnZ9Tjzu57iSfXvSA="; nativeBuildInputs = [ gitMinimal Loading Loading
pkgs/by-name/py/pylyzer/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -14,17 +14,17 @@ rustPlatform.buildRustPackage rec { pname = "pylyzer"; version = "0.0.78"; version = "0.0.79"; src = fetchFromGitHub { owner = "mtshiba"; repo = "pylyzer"; tag = "v${version}"; hash = "sha256-g8/zhl0dCQOq4aTlivAh3ufgfEMzeMvTtJQxFuHHWB0="; hash = "sha256-CCQluzwB2NAOKE11kQ60FMgIqfGsjgxeHwgJO9WF4Kw="; }; useFetchCargoVendor = true; cargoHash = "sha256-mi4pCYA0dQnv3MIpZxVVY0qLdIts/qvxS4og0Tyxk3w="; cargoHash = "sha256-6QqQpABNuy+Dd5EL/E6BXG7+TWXnZ9Tjzu57iSfXvSA="; nativeBuildInputs = [ gitMinimal Loading