albert: 0.22.16 -> 0.22.17

This commit is contained in:
Mikael Fangel 2023-11-27 10:39:36 +01:00
parent 98a0ec7a83
commit 6c4708d818
No known key found for this signature in database
GPG Key ID: 306DE4426F0B77C3

View File

@ -19,13 +19,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "albert";
version = "0.22.16";
version = "0.22.17";
src = fetchFromGitHub {
owner = "albertlauncher";
repo = "albert";
rev = "v${finalAttrs.version}";
sha256 = "sha256-Cx3DCTBsJLk0PZhGhkqLN7U8VeIVrv3Hj1OUYoHBvKA=";
sha256 = "sha256-2wu4bOQDKoZ4DDzTttXXRNDluvuJth7M1pCvJmYQ+f4=";
fetchSubmodules = true;
};