albert: 0.26.0 -> 0.26.2 (#337519)

This commit is contained in:
Nick Cao 2024-08-26 18:59:01 -04:00 committed by GitHub
commit 6d73a52dff
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.26.0";
version = "0.26.2";
src = fetchFromGitHub {
owner = "albertlauncher";
repo = "albert";
rev = "v${finalAttrs.version}";
hash = "sha256-OdRx8fev0weXgSMEUhSm7aESN2W3BVnJpgtrlEUo+L0=";
hash = "sha256-jgSa1IvpMlwtpNT/SEysG28qaszV7gH6ZSqGrHQ/EC0=";
fetchSubmodules = true;
};