albert: 0.26.3 -> 0.26.4

This commit is contained in:
R. Ryantm 2024-09-29 23:47:34 +00:00
parent 51a8ed13b9
commit ff903a01fd

View File

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