Merge pull request #251647 from dsp/dsp/diesel-cli

diesel-cli: 2.1.0 -> 2.1.1
This commit is contained in:
Matthias Beyer 2023-08-26 20:50:14 +02:00 committed by GitHub
commit 78adedd1b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,15 +25,15 @@ in
rustPlatform.buildRustPackage rec {
pname = "diesel-cli";
version = "2.1.0";
version = "2.1.1";
src = fetchCrate {
inherit version;
crateName = "diesel_cli";
hash = "sha256-FdmjfywvDD3mo1d1pUQMYvebo5AUTa99gQbQuOWmZZk=";
hash = "sha256-fpvC9C30DJy5ih+sFTTMoiykUHqG6OzDhF9jvix1Ctg=";
};
cargoHash = "sha256-onPzM9E53VUogZdIu3jAeB4dL3MC2FP3b6QWZ5Tr3j0=";
cargoHash = "sha256-nPmUCww8sOJwnG7+uIflLPgT87xPX0s7g0AcuDKhY2I=";
nativeBuildInputs = [ installShellFiles pkg-config ];