rustmission: 0.4.3 -> 0.5.0 (#340535)

This commit is contained in:
Adam C. Stephens 2024-09-08 18:21:57 -04:00 committed by GitHub
commit 32c2ab43e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,16 +9,16 @@
rustPlatform.buildRustPackage rec {
pname = "rustmission";
version = "0.4.3";
version = "0.5.0";
src = fetchFromGitHub {
owner = "intuis";
repo = "rustmission";
rev = "v${version}";
hash = "sha256-Vjbz3Yfcn14oVJ5+lRMYO09Zcim3xqpjWepkkRBD454=";
hash = "sha256-V9sy3rkoI3mKpeZjXT4D3Bs4NVETJ8h43iwOoDx1MKU=";
};
cargoHash = "sha256-KHLf6Ime76NoEQDLRFFaCvhfqpL9T3h37SwqVv/T/5Q=";
cargoHash = "sha256-KYg+SVAvlQn77kI1gyzXlzhKgPECYPZKICnmkcEnuh8=";
nativeBuildInputs = [ pkg-config ];