albert: 0.24.2 -> 0.24.3

This commit is contained in:
R. Ryantm 2024-07-13 23:54:47 +00:00 committed by eljamm
parent a357e0d240
commit 3c93bb5ce2
No known key found for this signature in database
GPG Key ID: 7630FDF7C8FB1F3F

View File

@ -21,13 +21,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "albert";
version = "0.24.2";
version = "0.24.3";
src = fetchFromGitHub {
owner = "albertlauncher";
repo = "albert";
rev = "v${finalAttrs.version}";
hash = "sha256-Z88amcPb2jCJduRu8CGQ20y2o5cXmL4rpRL0hGCEYgM=";
hash = "sha256-9vR6G/9FSy1mqZCo19Mf0RuvW63DbnhEzp/h0p6eXqs=";
fetchSubmodules = true;
};