albert: 0.22.9 -> 0.22.13

This commit is contained in:
R. Ryantm 2023-10-06 00:52:54 +00:00
parent 7fdd142177
commit efcfc235a3

View File

@ -18,13 +18,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "albert";
version = "0.22.9";
version = "0.22.13";
src = fetchFromGitHub {
owner = "albertlauncher";
repo = "albert";
rev = "v${finalAttrs.version}";
sha256 = "sha256-MhZHklb//VH2GkAzK46P7EwCIa50l5y+2VssrgpTlWA=";
sha256 = "sha256-IZpIgU/cf25XxH8J0xQJLASu0YmTmcHY5RxUcbKrtvA=";
fetchSubmodules = true;
};