summary refs log tree commit diff
path: root/pkgs/applications/misc/waybar
diff options
context:
space:
mode:
authorPatrick Hilhorst <git@hilhorst.be>2019-06-16 17:41:28 +0200
committerPatrick Hilhorst <git@hilhorst.be>2019-06-16 17:44:09 +0200
commit973db4aabf0bae84c8b7cbd2fb347ee6600bea00 (patch)
treeff74e4aae0cc6af34e13c77c48c3fdaeb0c719ef /pkgs/applications/misc/waybar
parent637cdbb80b8f8450f733f5c63fd0a434ea03107c (diff)
downloadnixpkgs-973db4aabf0bae84c8b7cbd2fb347ee6600bea00.tar
nixpkgs-973db4aabf0bae84c8b7cbd2fb347ee6600bea00.tar.gz
nixpkgs-973db4aabf0bae84c8b7cbd2fb347ee6600bea00.tar.bz2
nixpkgs-973db4aabf0bae84c8b7cbd2fb347ee6600bea00.tar.lz
nixpkgs-973db4aabf0bae84c8b7cbd2fb347ee6600bea00.tar.xz
nixpkgs-973db4aabf0bae84c8b7cbd2fb347ee6600bea00.tar.zst
nixpkgs-973db4aabf0bae84c8b7cbd2fb347ee6600bea00.zip
waybar: 0.6.8 -> 0.6.9
Diffstat (limited to 'pkgs/applications/misc/waybar')
-rw-r--r--pkgs/applications/misc/waybar/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/waybar/default.nix b/pkgs/applications/misc/waybar/default.nix
index 195580dbb83..e704d028e22 100644
--- a/pkgs/applications/misc/waybar/default.nix
+++ b/pkgs/applications/misc/waybar/default.nix
@@ -9,13 +9,13 @@
 }:
   stdenv.mkDerivation rec {
     pname = "waybar";
-    version = "0.6.8";
+    version = "0.6.9";
 
     src = fetchFromGitHub {
       owner = "Alexays";
       repo = "Waybar";
       rev = version;
-      sha256 = "0wyp1p9r1k8jnjq8clp2fx8xa3f4lfrgbp67fxrjh9718p4br0ab";
+      sha256 = "08j4awlsi50n6lr3799vxy5l3jrl93s4n20csxi68p54xk80r2qc";
     };
 
     nativeBuildInputs = [