Merge pull request #303628 from kashw2/albert

albert: 0.22.17 -> 0.23.0
This commit is contained in:
Matthias Beyer 2024-04-14 08:56:44 +02:00 committed by GitHub
commit adfd7392b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = ''