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

albert: 0.22.9 -> 0.22.13
This commit is contained in:
Nick Cao
2023-10-07 12:40:17 -04:00
committed by GitHub
+2 -2
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;
};