Skip to content

Commit

Permalink
albert: 0.8.11 -> 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
romildo authored and grahamc committed Feb 21, 2017
1 parent 8c98c31 commit e6fd228
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.8.11";
version = "0.9.3";

src = fetchFromGitHub {
owner = "manuelschneid3r";
repo = "albert";
rev = "v${version}";
sha256 = "12ag30l3dd05hg0d08ax4c8dvp24lgd677szkq445xzvvhggxr37";
sha256 = "026vcnx893wrggx0v07x66vc179mpil2p90lzb16n070qn3jb58n";
};

nativeBuildInputs = [ cmake makeQtWrapper ];
Expand Down

0 comments on commit e6fd228

Please sign in to comment.