albert: 0.26.4 -> 0.26.6

This commit is contained in:
eljamm 2024-10-24 17:51:08 +01:00
parent ac934fe4e6
commit 7804524589
No known key found for this signature in database
GPG Key ID: 7630FDF7C8FB1F3F

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "albert";
version = "0.26.4";
version = "0.26.6";
src = fetchFromGitHub {
owner = "albertlauncher";
repo = "albert";
rev = "v${finalAttrs.version}";
hash = "sha256-MEpBZV1Fxoq24eT1hgyrp33qcaLqmQ+aAP974Yn8d2g=";
hash = "sha256-Z4YgqqtJPYMzpnMt74TX2Hi0AEMyhRc2QHSVuwuaxfE=";
fetchSubmodules = true;
};