Merge pull request #242375 from natsukium/pylyzer/update

pylyzer: 0.0.34 -> 0.0.37
This commit is contained in:
Nick Cao 2023-07-09 11:53:05 +08:00 committed by GitHub
commit 86bdf9bdd3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,16 +11,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "pylyzer"; pname = "pylyzer";
version = "0.0.34"; version = "0.0.37";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mtshiba"; owner = "mtshiba";
repo = "pylyzer"; repo = "pylyzer";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-arrhKskf3McXx8er6AyUIT1ZM3Rzwo10qTswpF+1klw="; hash = "sha256-MzcGWOJud8SA6cpTdhms+Hfi0sAqelOr7dgy/k1H+qw=";
}; };
cargoHash = "sha256-m9/cIdmDqoUCeZnP7YezgCB/i8UGTcCCWDD/Qwhzg9E="; cargoHash = "sha256-Xl0YxBmhhFKBzxbO1GXIds3XdSS78/7Z1rOAmLgTYSw=";
nativeBuildInputs = [ nativeBuildInputs = [
git git