Merge pull request #156337 from erictapen/sub-batch

sub-batch: 0.4.1 -> 1.0.0
This commit is contained in:
Felix Bühler 2022-02-01 22:45:54 +01:00 committed by GitHub
commit efbc723c5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,16 +8,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "sub-batch"; pname = "sub-batch";
version = "0.4.1"; version = "1.0.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "kl"; owner = "kl";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-WUW+lOGbZ82NJxmW+Ogxslf3COOp62aZ/08Yn26l4T0="; sha256 = "sha256-N+3KyBlLG90C3D5ivgj6qedtKsUBoBHr89gmxyAIfVI=";
}; };
cargoSha256 = "sha256-m9nBubmuuOcJyegmYGJizY/2b7oamBHKFNIaxOtikcA="; cargoSha256 = "sha256-rjhSosiLIgcSw6OHpFmGNHXGUdf2QsiIXFVgtO9qNY0=";
nativeBuildInputs = [ makeWrapper ]; nativeBuildInputs = [ makeWrapper ];