albert: 0.22.17 -> 0.23.0

This commit is contained in:
kashw2
2024-04-13 00:21:16 +10:00
parent 90d0d40c04
commit 2ea07897e7
+4 -2
View File
@@ -12,6 +12,7 @@
, qtdeclarative
, qtwayland
, qt5compat
, qttools
, wrapQtAppsHook
, nix-update-script
, pkg-config
@@ -19,13 +20,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "albert";
version = "0.22.17";
version = "0.23.0";
src = fetchFromGitHub {
owner = "albertlauncher";
repo = "albert";
rev = "v${finalAttrs.version}";
sha256 = "sha256-2wu4bOQDKoZ4DDzTttXXRNDluvuJth7M1pCvJmYQ+f4=";
sha256 = "sha256-L6qHaksArgwySk6J7N5zamUDWh5qa6zTtPFdpxU2NTM=";
fetchSubmodules = true;
};
@@ -45,6 +46,7 @@ stdenv.mkDerivation (finalAttrs: {
qtdeclarative
qtwayland
qt5compat
qttools
] ++ (with python3Packages; [ python pybind11 ]);
postPatch = ''