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

Commits on Jan 17, 2021

  1. albert: 0.16.1 -> 0.17.2

    Synthetica9 committed Jan 17, 2021

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    Synthetica9 Patrick Hilhorst
    Copy the full SHA
    ece85b6 View commit details
  2. Merge pull request #109659 from Synthetica9/albert-0.17.2

    albert: 0.16.1 -> 0.17.2
    SuperSandro2000 authored Jan 17, 2021

    Verified

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

mkDerivation rec {
pname = "albert";
version = "0.16.1";
version = "0.17.2";

src = fetchFromGitHub {
owner = "albertlauncher";
repo = "albert";
rev = "v${version}";
sha256 = "04sr35fqz66i24lv7r2p9qfqxs55i8xpj7aam0v9yakcr33lf55a";
sha256 = "0lpp8rqx5b6rwdpcdldfdlw5327harr378wnfbc6rp3ajmlb4p7w";
fetchSubmodules = true;
};