Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: eb4e067686d1
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0dfb5c510877
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 26, 2019

  1. rust-bindgen: 0.50.0 -> 0.51.0

    xrelkd committed Jul 26, 2019
    Copy the full SHA
    a7c2dd2 View commit details

Commits on Jul 27, 2019

  1. rust-bindgen: 0.50.0 -> 0.51.0 (#65445)

    rust-bindgen: 0.50.0 -> 0.51.0
    dywedir authored Jul 27, 2019
    Copy the full SHA
    0dfb5c5 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/tools/rust/bindgen/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/tools/rust/bindgen/default.nix
Original file line number Diff line number Diff line change
@@ -3,13 +3,13 @@

rustPlatform.buildRustPackage rec {
pname = "rust-bindgen";
version = "0.50.0";
version = "0.51.0";

src = fetchFromGitHub {
owner = "rust-lang";
repo = pname;
rev = "v${version}";
sha256 = "1vm7g7z15kmk7jkhhkb3477snwcww5dgdy349b52fgjjzp75h7z7";
sha256 = "1hlak8b57pndmdfkpfl17xxc91a6b239698bcm4yzlvliyscjgz1";
};

cargoSha256 = "1311d0wjjj99m59zd2n6r4aq6lwbbpyj54ha2z9g4yd1hn344r91";