Merge pull request #246796 from figsoda/fw

fw: 2.17.0 -> 2.17.1
This commit is contained in:
Pol Dellaiera 2023-08-02 19:01:11 +02:00 committed by GitHub
commit f749306fae
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 = "fw"; pname = "fw";
version = "2.17.0"; version = "2.17.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "brocode"; owner = "brocode";
repo = "fw"; repo = "fw";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-D3fwwjYLPDeWDRGO2HW0jcGhwrUWDTNQuJUnphN3wzI="; hash = "sha256-8Jq7VjTKwq8n9lrwTzazkkrq8/mNacFTwz/M+eAwBWM=";
}; };
cargoHash = "sha256-5jlpX6cOwsn4EaZUDLSKmOqBQg/WmaPRFHQcCrlBvxc="; cargoHash = "sha256-tIrACx4KRjfxLyxTiP32PpdN8NegaHBIkINsPGgygVQ=";
nativeBuildInputs = [ nativeBuildInputs = [
pkg-config pkg-config