Skip to content

Commit

Permalink
albert: 0.10.0 -> 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreR authored and pradermecker committed Apr 4, 2017
1 parent 3a9c217 commit 1ce34c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/albert/default.nix
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
name = "albert-${version}";
version = "0.10.0";
version = "0.10.2";

src = fetchFromGitHub {
owner = "albertlauncher";
repo = "albert";
rev = "v${version}";
sha256 = "1r8m0b6lqljy314ilpi58sdpqyb9rr502nzx3pgmx2g2xz4izsfj";
sha256 = "0plb8c7js91bpf7qgq1snhry8x4zixyy34lq42nhsglab2kaq4ns";
};

nativeBuildInputs = [ cmake makeQtWrapper ];
Expand Down

0 comments on commit 1ce34c5

Please sign in to comment.