Merge pull request #336012 from r-ryantm/auto-update/albert

albert: 0.25.0 -> 0.26.0
This commit is contained in:
Weijia Wang 2024-08-21 01:54:06 +02:00 committed by GitHub
commit 8935103445
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;
};