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

Commits on Sep 9, 2020

  1. rbw: 0.4.4 -> 0.4.6

    luc65r committed Sep 9, 2020

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    6917fda View commit details
  2. Merge pull request #97583 from luc65r/pkg/rbw

    rbw: 0.4.4 -> 0.4.6
    mkg20001 authored Sep 9, 2020
    Copy the full SHA
    8dba4da View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/tools/security/rbw/default.nix
6 changes: 3 additions & 3 deletions pkgs/tools/security/rbw/default.nix
Original file line number Diff line number Diff line change
@@ -19,15 +19,15 @@

rustPlatform.buildRustPackage rec {
pname = "rbw";
version = "0.4.4";
version = "0.4.6";

src = fetchCrate {
inherit version;
crateName = "${pname}";
sha256 = "01p37zx2h3gpm363xn96w0wlg7kqayjl3an65h9p6md21d41bvyr";
sha256 = "0vq7cwk3i57fvn54q2rgln74j4p9vqm5zyhap94s73swjywicwk0";
};

cargoSha256 = "1xiw21snsbqxfw624cdc340asp2kmcp8rymfcjj7w2lwcqhadrh9";
cargoSha256 = "1h253ncick2v9aki5rf1bdrg5rj3h4nrvx5q01gw03cgwnqvyiiy";

nativeBuildInputs = [
pkgconfig