albert: 0.28.2 -> 0.30.0

Changelog: https://github.com/albertlauncher/albert/blob/refs/tags/v0.30.0/CHANGELOG.md
This commit is contained in:
eljamm 2025-07-03 20:21:47 +02:00
parent 30db601686
commit cbc9c50c04

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "albert";
version = "0.28.2";
version = "0.30.0";
src = fetchFromGitHub {
owner = "albertlauncher";
repo = "albert";
tag = "v${finalAttrs.version}";
hash = "sha256-FYl/S7+KoQ3kgUQX0hiv8B+AbTbyfmo1GX130G09bZ8=";
hash = "sha256-lkicEaQLHloa10A7rySDX7UpOFsDzOSL1xepL5bymd0=";
fetchSubmodules = true;
};