cargo-deb: 1.23.1 -> 1.23.2

This commit is contained in:
Maximilian Bosch 2020-02-28 22:46:06 +01:00
parent 4dfb636e25
commit 8b74820736
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

View File

@ -6,18 +6,18 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "cargo-deb"; pname = "cargo-deb";
version = "1.23.1"; version = "1.23.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mmstick"; owner = "mmstick";
repo = pname; repo = pname;
rev = "v${version}"; rev = "367910e0020de93f45c175c92a37a53ee401978f";
sha256 = "0dkkbyzimnzfyrzmfn83jqg5xq53wzrknixnyh46cniqffqhd663"; sha256 = "1s0xv818rlafdzpb70c1ldv5iq3hh2jxj7g3l6p7v20q1wx0nnvv";
}; };
buildInputs = lib.optionals stdenv.isDarwin [ Security ]; buildInputs = lib.optionals stdenv.isDarwin [ Security ];
cargoSha256 = "0ji6d5a23rzhkkk27iigqcf2zw3mx1p1ap0cryqcj43z5ixdygiw"; cargoSha256 = "0ffzq2gm0f56vyfkmdzxfs5z1xsdj2kcsyc1fdrk4k1cylqn2f47";
meta = with lib; { meta = with lib; {
description = "Generate Debian packages from information in Cargo.toml"; description = "Generate Debian packages from information in Cargo.toml";