Merge pull request #194529 from r-ryantm/auto-update/albert

albert: 0.17.3 -> 0.17.6
This commit is contained in:
José Romildo Malaquias 2022-10-09 22:58:44 -03:00 committed by GitHub
commit f049e90797
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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