about summary refs log tree commit diff
path: root/pkgs/applications/misc/albert
diff options
context:
space:
mode:
authorGaël Reyrol <me@gaelreyrol.dev>2023-09-16 12:57:11 +0200
committerGaël Reyrol <me@gaelreyrol.dev>2023-09-16 12:58:26 +0200
commitea73e73fd16435472c6bc1ab28afe6ec995de437 (patch)
treeb66b27df4dd1efae171a8f029750914a86e9a36a /pkgs/applications/misc/albert
parentbbf85a3fc38eb66a4525e0b89c961a6cb82388cf (diff)
albert: 0.22.0 -> 0.22.4
Diffstat (limited to 'pkgs/applications/misc/albert')
-rw-r--r--pkgs/applications/misc/albert/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/applications/misc/albert/default.nix b/pkgs/applications/misc/albert/default.nix
index 598086ff31780..c53226f82767d 100644
--- a/pkgs/applications/misc/albert/default.nix
+++ b/pkgs/applications/misc/albert/default.nix
@@ -17,13 +17,13 @@
 
 stdenv.mkDerivation (finalAttrs: {
   pname = "albert";
-  version = "0.22.0";
+  version = "0.22.4";
 
   src = fetchFromGitHub {
     owner = "albertlauncher";
     repo = "albert";
     rev = "v${finalAttrs.version}";
-    sha256 = "sha256-x5H7z0rwunfMwtihXEerc47Sdkl6IvSHfavXzXMLse0=";
+    sha256 = "sha256-M5wMi/yH5c08Y7tpHpOulcz0utnnduGsR5z3EHeBecM=";
     fetchSubmodules = true;
   };
 
@@ -71,6 +71,7 @@ stdenv.mkDerivation (finalAttrs: {
     changelog = "https://github.com/albertlauncher/albert/blob/${finalAttrs.src.rev}/CHANGELOG.md";
     license = licenses.gpl3Plus;
     maintainers = with maintainers; [ ericsagnes synthetica ];
+    mainProgram = "albert";
     platforms = platforms.linux;
   };
 })