Skip to content
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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ca7f4a5fb866
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 861cf0a3267c
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 27, 2020

  1. Copy the full SHA
    e464f25 View commit details
  2. Merge pull request #93975 from r-ryantm/auto-update/bitwarden_rs

    bitwarden_rs: 1.15.1 -> 1.16.1
    Ma27 authored Jul 27, 2020
    Copy the full SHA
    861cf0a View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/tools/security/bitwarden_rs/default.nix
6 changes: 3 additions & 3 deletions pkgs/tools/security/bitwarden_rs/default.nix
Original file line number Diff line number Diff line change
@@ -8,13 +8,13 @@ let

in rustPlatform.buildRustPackage rec {
pname = "bitwarden_rs";
version = "1.15.1";
version = "1.16.1";

src = fetchFromGitHub {
owner = "dani-garcia";
repo = pname;
rev = version;
sha256 = "1982bfprixdp8mx2hwidfvsi0zy7wmzf40m9m3cl5r7i2qydznwb";
sha256 = "18w6fan133ym8n01h2yfv84h1gh1vyib75ksd6c6a554b8ka864s";
};

nativeBuildInputs = [ pkgconfig ];
@@ -25,7 +25,7 @@ in rustPlatform.buildRustPackage rec {

RUSTC_BOOTSTRAP = 1;

cargoSha256 = "08cygzgv82i10cj8lkjdah0arrdmlfcbdjwc8piwa629rr0584zf";
cargoSha256 = "11a1a6q53n8gby7j2ghp8d2yi766fp9wklg48ap5i5afngj5lgzp";
cargoBuildFlags = [ featuresFlag ];

checkPhase = ''