summary refs log tree commit diff
path: root/pkgs/applications/misc/albert
diff options
context:
space:
mode:
authorPatrick Hilhorst <git@hilhorst.be>2018-10-31 01:16:30 +0100
committerPatrick Hilhorst <git@hilhorst.be>2018-10-31 01:16:30 +0100
commitfa53671e799f55d5379d3c5815c4888c8b88f56b (patch)
treec178314a4aecdf782de131f9f9a9aaaa9df467f7 /pkgs/applications/misc/albert
parent6efd811062849402f1f44952fd5d7cd283d72baf (diff)
downloadnixpkgs-fa53671e799f55d5379d3c5815c4888c8b88f56b.tar
nixpkgs-fa53671e799f55d5379d3c5815c4888c8b88f56b.tar.gz
nixpkgs-fa53671e799f55d5379d3c5815c4888c8b88f56b.tar.bz2
nixpkgs-fa53671e799f55d5379d3c5815c4888c8b88f56b.tar.lz
nixpkgs-fa53671e799f55d5379d3c5815c4888c8b88f56b.tar.xz
nixpkgs-fa53671e799f55d5379d3c5815c4888c8b88f56b.tar.zst
nixpkgs-fa53671e799f55d5379d3c5815c4888c8b88f56b.zip
albert: 0.14.21 -> 0.14.22
Diffstat (limited to 'pkgs/applications/misc/albert')
-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 f16144f3bef..b69ef905cfb 100644
--- a/pkgs/applications/misc/albert/default.nix
+++ b/pkgs/applications/misc/albert/default.nix
@@ -3,7 +3,7 @@
 
 let
   pname = "albert";
-  version = "0.14.21";
+  version = "0.14.22";
 in
 mkDerivation rec {
   name = "${pname}-${version}";
@@ -12,7 +12,7 @@ mkDerivation rec {
     owner  = "albertlauncher";
     repo   = "albert";
     rev    = "v${version}";
-    sha256 = "16nk9krn1mwr0bh57viig9hizqyp3slna0qg7s5a736nsfxy226w";
+    sha256 = "0i9kss5szirmd0pzw3cm692kl9rhkan1zfywfqrjdf3i3b6914sg";
     fetchSubmodules = true;
   };