Merge pull request #109659 from Synthetica9/albert-0.17.2

albert: 0.16.1 -> 0.17.2
This commit is contained in:
Sandro 2021-01-17 23:46:54 +01:00 committed by GitHub
commit 326255d53f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,13 @@
mkDerivation rec {
pname = "albert";
version = "0.16.1";
version = "0.17.2";
src = fetchFromGitHub {
owner = "albertlauncher";
repo = "albert";
rev = "v${version}";
sha256 = "04sr35fqz66i24lv7r2p9qfqxs55i8xpj7aam0v9yakcr33lf55a";
sha256 = "0lpp8rqx5b6rwdpcdldfdlw5327harr378wnfbc6rp3ajmlb4p7w";
fetchSubmodules = true;
};