Skip to content

Commit

Permalink
albert: 0.11.1 -> 0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsagnes authored and grahamc committed Jun 3, 2017
1 parent 4bee34d commit edaf76a
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.11.1";
version = "0.11.3";

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

nativeBuildInputs = [ cmake makeQtWrapper ];
Expand Down

0 comments on commit edaf76a

Please sign in to comment.