albert: 0.16.1 -> 0.17.2

This commit is contained in:
Patrick Hilhorst 2021-01-17 18:52:04 +01:00
parent 2fec2de389
commit ece85b6976
No known key found for this signature in database
GPG key ID: 3BB083304DADC0FF

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;
};