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

Commits on Apr 1, 2020

  1. bitwarden: 1.17.0 -> 1.17.2

    r-ryantm committed Apr 1, 2020
    Copy the full SHA
    8ad3449 View commit details
  2. Merge pull request #83939 from r-ryantm/auto-update/bitwarden

    bitwarden: 1.17.0 -> 1.17.2
    Mic92 authored Apr 1, 2020
    Copy the full SHA
    0e508dd View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/security/bitwarden/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/security/bitwarden/default.nix
Original file line number Diff line number Diff line change
@@ -16,11 +16,11 @@ let
pname = "bitwarden";

version = {
x86_64-linux = "1.17.0";
x86_64-linux = "1.17.2";
}.${system} or "";

sha256 = {
x86_64-linux = "01azgz1wka32z2jjdnbdyzm8fbrb34ifwirmjbvfw37yia28sd72";
x86_64-linux = "0v7lrwj3sdypnqayknwg0cg9c2gfsxbjic5wswkfxljy652x8izx";
}.${system} or "";

meta = with stdenv.lib; {