albert: 0.25.0 -> 0.26.0

This commit is contained in:
R. Ryantm
2024-08-20 07:16:06 +00:00
parent 625941e1a9
commit 708ee78a76
+2 -2
View File
@@ -21,13 +21,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "albert";
version = "0.25.0";
version = "0.26.0";
src = fetchFromGitHub {
owner = "albertlauncher";
repo = "albert";
rev = "v${finalAttrs.version}";
hash = "sha256-eowsQhaS9RGfsw157HahENuWUWtwkwyPNSFw135MW0c=";
hash = "sha256-OdRx8fev0weXgSMEUhSm7aESN2W3BVnJpgtrlEUo+L0=";
fetchSubmodules = true;
};