albert: 0.17.3 -> 0.17.6

This commit is contained in:
R. Ryantm 2022-10-09 02:04:49 +00:00
parent 4811946ebf
commit 2710b3f6d8

View file

@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "albert";
version = "0.17.3";
version = "0.17.6";
src = fetchFromGitHub {
owner = "albertlauncher";
repo = "albert";
rev = "v${version}";
sha256 = "sha256-UIG6yLkIcdf5IszhNPwkBcSfZe4/CyI5shK/QPOmpPE=";
sha256 = "sha256-nbnywrsKvFG8AkayjnylOKSnn7rRWgNv5zE9DDeOmLw=";
fetchSubmodules = true;
};