albert: 0.26.6 -> 0.26.10

This commit is contained in:
R. Ryantm
2024-12-11 20:22:52 +00:00
parent 21e39e915f
commit 3039cf4b67
+2 -2
View File
@@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "albert";
version = "0.26.6";
version = "0.26.10";
src = fetchFromGitHub {
owner = "albertlauncher";
repo = "albert";
rev = "v${finalAttrs.version}";
hash = "sha256-Z4YgqqtJPYMzpnMt74TX2Hi0AEMyhRc2QHSVuwuaxfE=";
hash = "sha256-GVYRcrSXz4EXb3isoUN3x/68CAfr0wMgnvv+CzW/yZY=";
fetchSubmodules = true;
};