albert: 0.28.0 -> 0.28.2

This commit is contained in:
R. Ryantm
2025-06-21 04:47:41 +00:00
parent b539eb9595
commit 99a08ff39c
+2 -2
View File
@@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "albert";
version = "0.28.0";
version = "0.28.2";
src = fetchFromGitHub {
owner = "albertlauncher";
repo = "albert";
tag = "v${finalAttrs.version}";
hash = "sha256-ciqCNQD5S7qv9Ph6AgUpFB5Sphv6Eb1LR3Ap3bTd1EE=";
hash = "sha256-FYl/S7+KoQ3kgUQX0hiv8B+AbTbyfmo1GX130G09bZ8=";
fetchSubmodules = true;
};