albert: 0.26.10 -> 0.26.11

This commit is contained in:
R. Ryantm
2025-01-01 20:51:41 +00:00
parent d29096565e
commit f11148a34c
+2 -2
View File
@@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "albert";
version = "0.26.10";
version = "0.26.11";
src = fetchFromGitHub {
owner = "albertlauncher";
repo = "albert";
rev = "v${finalAttrs.version}";
hash = "sha256-GVYRcrSXz4EXb3isoUN3x/68CAfr0wMgnvv+CzW/yZY=";
hash = "sha256-rPQ6nxUT7qiuOgmmQKCrYHl4kKJODe+nw4VNGjF+n/g=";
fetchSubmodules = true;
};