mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 22:32:58 +03: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,15 +1,18 @@
|
|||||||
{ mkDerivation, lib, fetchFromGitHub, makeWrapper, qtbase,
|
{ mkDerivation, lib, fetchFromGitHub, makeWrapper, qtbase,
|
||||||
qtdeclarative, qtsvg, qtx11extras, muparser, cmake, python3 }:
|
qtdeclarative, qtsvg, qtx11extras, muparser, cmake, python3 }:
|
||||||
|
|
||||||
|
let
|
||||||
|
pname = "albert";
|
||||||
|
version = "0.14.21";
|
||||||
|
in
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
name = "albert-${version}";
|
name = "${pname}-${version}";
|
||||||
version = "0.14.15";
|
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "albertlauncher";
|
owner = "albertlauncher";
|
||||||
repo = "albert";
|
repo = "albert";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1rjp0bmzs8b9blbxz3sfcanyhgmds882pf1g3jx5qp85y64j8507";
|
sha256 = "16nk9krn1mwr0bh57viig9hizqyp3slna0qg7s5a736nsfxy226w";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user