albert: 0.30.1 -> 0.31.1

This commit is contained in:
R. Ryantm
2025-08-05 03:47:52 +00:00
parent a2a0f504c9
commit 1619ac07d4
+2 -2
View File
@@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "albert";
version = "0.30.1";
version = "0.31.1";
src = fetchFromGitHub {
owner = "albertlauncher";
repo = "albert";
tag = "v${finalAttrs.version}";
hash = "sha256-EscR31DZzLszs2jPQDDcB7SFtSuWPjSBpjJw8i+PsD0=";
hash = "sha256-7YtDC0Xkv2y7vF58j78GsOPAMSvuwTmEobHULDBt9BI=";
fetchSubmodules = true;
};