albert: 0.28.0 -> 0.28.2 (#418626)

Co-authored-by: eljamm <eljamm@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-06-22 08:16:49 +00:00
committed by GitHub
co-authored by eljamm
+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;
};