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

Commits on Nov 4, 2017

  1. rofi-pass: 1.5.2 -> 1.5.3

    mimadrid committed Nov 4, 2017

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    97d251e View commit details
  2. Merge pull request #31233 from mimadrid/update/rofi-pass-1.5.3

    rofi-pass: 1.5.2 -> 1.5.3
    NeQuissimus authored Nov 4, 2017

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    a789f5b View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/security/pass/rofi-pass.nix
4 changes: 2 additions & 2 deletions pkgs/tools/security/pass/rofi-pass.nix
Original file line number Diff line number Diff line change
@@ -4,13 +4,13 @@

stdenv.mkDerivation rec {
name = "rofi-pass-${version}";
version = "1.5.2";
version = "1.5.3";

src = fetchFromGitHub {
owner = "carnager";
repo = "rofi-pass";
rev = version;
sha256 = "1sc4b1g2z7402akk96rqbnwjd66n6qn046ihpwxdb03bv2qahiap";
sha256 = "1fn1j2rf3abc5qb44zfc8z8ffw6rva4xfp7597hwr1g3szacazpq";
};

buildInputs = [ makeWrapper ];