Skip to content

Commit

Permalink
Merge pull request #49500 from Synthetica9/albert-14-22
Browse files Browse the repository at this point in the history
albert: 0.14.21 -> 0.14.22
  • Loading branch information
Mic92 committed Oct 31, 2018
2 parents 6efd811 + cca88cc commit 8868126
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/misc/albert/default.nix
Expand Up @@ -3,7 +3,7 @@

let
pname = "albert";
version = "0.14.21";
version = "0.14.22";
in
mkDerivation rec {
name = "${pname}-${version}";
Expand All @@ -12,7 +12,7 @@ mkDerivation rec {
owner = "albertlauncher";
repo = "albert";
rev = "v${version}";
sha256 = "16nk9krn1mwr0bh57viig9hizqyp3slna0qg7s5a736nsfxy226w";
sha256 = "0i9kss5szirmd0pzw3cm692kl9rhkan1zfywfqrjdf3i3b6914sg";
fetchSubmodules = true;
};

Expand Down Expand Up @@ -48,7 +48,7 @@ mkDerivation rec {
homepage = https://albertlauncher.github.io/;
description = "Desktop agnostic launcher";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ ericsagnes ];
maintainers = with maintainers; [ ericsagnes synthetica ];
platforms = platforms.linux;
};
}

0 comments on commit 8868126

Please sign in to comment.