Merge pull request #246767 from r-ryantm/auto-update/pylyzer

pylyzer: 0.0.37 -> 0.0.39
This commit is contained in:
Weijia Wang 2023-08-02 23:39:08 +02:00 committed by GitHub
commit 1ac6627fa4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,27 +5,30 @@
, git , git
, python3 , python3
, makeWrapper , makeWrapper
, writeScriptBin
, darwin , darwin
, which , which
}: }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "pylyzer"; pname = "pylyzer";
version = "0.0.37"; version = "0.0.39";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mtshiba"; owner = "mtshiba";
repo = "pylyzer"; repo = "pylyzer";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-MzcGWOJud8SA6cpTdhms+Hfi0sAqelOr7dgy/k1H+qw="; hash = "sha256-GHrB4FmZWmnkcfr3y4Ulk3TBmVn1Xsixqeni8h9PykY=";
}; };
cargoHash = "sha256-Xl0YxBmhhFKBzxbO1GXIds3XdSS78/7Z1rOAmLgTYSw="; cargoHash = "sha256-Fe/bD8pIXElYfxYHF6JPVlpHhRrgJMDjEFfnequ00Bo=";
nativeBuildInputs = [ nativeBuildInputs = [
git git
python3 python3
makeWrapper makeWrapper
] ++ lib.optionals stdenv.isDarwin [
(writeScriptBin "diskutil" "")
]; ];
buildInputs = [ buildInputs = [