summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-04-22 01:03:50 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-05-31 20:00:36 +0200
commite1b188631055bc491ef4729366c7a746e4b1a125 (patch)
tree31c84f05b0a541e061d439e260d1200d2907c929
parentrust-cbindgen: 0.21.0 -> 0.22.0 (diff)
downloadnixpkgs-e1b188631055bc491ef4729366c7a746e4b1a125.tar.gz
rust-cbindgen: 0.22.0 -> 0.23.0
https://github.com/eqrion/cbindgen/releases/tag/v0.23.0 (cherry picked from commit 2165db62ee1ec75f035c55e3e9f44ae84dad0127)
-rw-r--r--pkgs/development/tools/rust/cbindgen/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/rust/cbindgen/default.nix b/pkgs/development/tools/rust/cbindgen/default.nix
index e9281f0ae085..cab32c04a722 100644
--- a/pkgs/development/tools/rust/cbindgen/default.nix
+++ b/pkgs/development/tools/rust/cbindgen/default.nix
@@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "rust-cbindgen";
- version = "0.22.0";
+ version = "0.23.0";
src = fetchFromGitHub {
owner = "eqrion";
repo = "cbindgen";
rev = "v${version}";
- sha256 = "sha256-njOAfD89I//buKniQ/FUGn7iW8//wDZlWdm9jW6k/e4=";
+ hash = "sha256-yux5VpN8UqBscu5TyojlZmu4q2uz8b9Tu++eNlPUj/M=";
};
- cargoSha256 = "sha256-1E2lmi0j3rGu+7Bxn2of+HjazREdnsYArZiXHUT8o0w=";
+ cargoSha256 = "sha256:1838dsmaqdlbd3j040bdy1fvl3z77xmcz73r11qmnqsga4yva6d7";
buildInputs = lib.optional stdenv.isDarwin Security;