albert: 0.32.0 -> 0.32.1

This commit is contained in:
R. Ryantm
2025-08-22 08:04:36 +00:00
parent 4e49fa427e
commit 042b75d35b
+2 -2
View File
@@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "albert";
version = "0.32.0";
version = "0.32.1";
src = fetchFromGitHub {
owner = "albertlauncher";
repo = "albert";
tag = "v${finalAttrs.version}";
hash = "sha256-qxJ73aI8EgHgv5xWedGXkynMtZ9vLV8azBSmJGd0v7g=";
hash = "sha256-v2SMY0KGFwwybsiMu1W1wBWdyoDEFF3hWd4LeaT8Nts=";
fetchSubmodules = true;
};