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

Commits on Apr 1, 2020

  1. Copy the full SHA
    2804f0c View commit details

Commits on Apr 4, 2020

  1. Merge pull request #83940 from r-ryantm/auto-update/bitwarden_rs

    bitwarden_rs: 1.14 -> 1.14.1
    Ma27 authored Apr 4, 2020
    Copy the full SHA
    895d9bd 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.14";
version = "1.14.1";

src = fetchFromGitHub {
owner = "dani-garcia";
repo = pname;
rev = version;
sha256 = "1ck0l0167kw1i5fjn507g4d18x2krbpk2ks0lnw9vzg0bwnzzwwd";
sha256 = "10fi5vvckmdbjvlg6mlaqh2dsm33sbkq1z1b6gmz8qjbijc8i7gw";
};

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

RUSTC_BOOTSTRAP = 1;

cargoSha256 = "0cgk61dmc057p82g0apd4sx6a8vhvcipxikrdb0hds4frhqsr6i8";
cargoSha256 = "1p8wpndj1aydhcjl15z3xhjf52a0l5rh5cy9qs6w4776crya2jjr";
cargoBuildFlags = [ featuresFlag ];

checkPhase = ''