mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
albert: 0.14.15 -> 0.14.21 (#42626)
Albert has a new release including several extensions and bug fixes. Additionally, this upgrade solves current QT build issues. See https://albertlauncher.github.io/news/ for the full changelog.
This commit is contained in:
parent
661c8f37c9
commit
aeb401d9c6
1 changed files with 6 additions and 3 deletions
|
@ -1,15 +1,18 @@
|
|||
{ mkDerivation, lib, fetchFromGitHub, makeWrapper, qtbase,
|
||||
qtdeclarative, qtsvg, qtx11extras, muparser, cmake, python3 }:
|
||||
|
||||
let
|
||||
pname = "albert";
|
||||
version = "0.14.21";
|
||||
in
|
||||
mkDerivation rec {
|
||||
name = "albert-${version}";
|
||||
version = "0.14.15";
|
||||
name = "${pname}-${version}";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "albertlauncher";
|
||||
repo = "albert";
|
||||
rev = "v${version}";
|
||||
sha256 = "1rjp0bmzs8b9blbxz3sfcanyhgmds882pf1g3jx5qp85y64j8507";
|
||||
sha256 = "16nk9krn1mwr0bh57viig9hizqyp3slna0qg7s5a736nsfxy226w";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue