about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-01-17 23:46:54 +0100
committerGitHub <noreply@github.com>2021-01-17 23:46:54 +0100
commit326255d53fa122b17042e53eab269f20eb5f9a47 (patch)
treed5be791c5e7f4e5f590d7ea452afb05ef12cd8ae
parenta74e9347a6106f1f8f1a93d66ce4055a5b7cf163 (diff)
parentece85b6976d0c8924e31f37f81cd91bdf2f3322d (diff)
downloadnixlib-326255d53fa122b17042e53eab269f20eb5f9a47.tar
nixlib-326255d53fa122b17042e53eab269f20eb5f9a47.tar.gz
nixlib-326255d53fa122b17042e53eab269f20eb5f9a47.tar.bz2
nixlib-326255d53fa122b17042e53eab269f20eb5f9a47.tar.lz
nixlib-326255d53fa122b17042e53eab269f20eb5f9a47.tar.xz
nixlib-326255d53fa122b17042e53eab269f20eb5f9a47.tar.zst
nixlib-326255d53fa122b17042e53eab269f20eb5f9a47.zip
Merge pull request #109659 from Synthetica9/albert-0.17.2
albert: 0.16.1 -> 0.17.2
-rw-r--r--pkgs/applications/misc/albert/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/albert/default.nix b/pkgs/applications/misc/albert/default.nix
index 9f4fc95df77d..c862872a7938 100644
--- a/pkgs/applications/misc/albert/default.nix
+++ b/pkgs/applications/misc/albert/default.nix
@@ -4,13 +4,13 @@
 
 mkDerivation rec {
   pname = "albert";
-  version = "0.16.1";
+  version = "0.17.2";
 
   src = fetchFromGitHub {
     owner  = "albertlauncher";
     repo   = "albert";
     rev    = "v${version}";
-    sha256 = "04sr35fqz66i24lv7r2p9qfqxs55i8xpj7aam0v9yakcr33lf55a";
+    sha256 = "0lpp8rqx5b6rwdpcdldfdlw5327harr378wnfbc6rp3ajmlb4p7w";
     fetchSubmodules = true;
   };