summary refs log tree commit diff
path: root/pkgs/applications/window-managers/dwm
diff options
context:
space:
mode:
authorTobias Happ <Gerschtli@users.noreply.github.com>2018-06-28 13:10:37 +0200
committerxeji <36407913+xeji@users.noreply.github.com>2018-06-28 13:10:37 +0200
commit1c40ea1f2681575e82b7140cf40c633fec319181 (patch)
tree7a26f341092c7e901067ad8cb140dbf1f73056aa /pkgs/applications/window-managers/dwm
parentcb303b8074d10a1e4d4b18673a94e27379183384 (diff)
downloadnixpkgs-1c40ea1f2681575e82b7140cf40c633fec319181.tar
nixpkgs-1c40ea1f2681575e82b7140cf40c633fec319181.tar.gz
nixpkgs-1c40ea1f2681575e82b7140cf40c633fec319181.tar.bz2
nixpkgs-1c40ea1f2681575e82b7140cf40c633fec319181.tar.lz
nixpkgs-1c40ea1f2681575e82b7140cf40c633fec319181.tar.xz
nixpkgs-1c40ea1f2681575e82b7140cf40c633fec319181.tar.zst
nixpkgs-1c40ea1f2681575e82b7140cf40c633fec319181.zip
dwm-status: 1.0.0 -> 1.1.1 (#42682)
Diffstat (limited to 'pkgs/applications/window-managers/dwm')
-rw-r--r--pkgs/applications/window-managers/dwm/dwm-status.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/window-managers/dwm/dwm-status.nix b/pkgs/applications/window-managers/dwm/dwm-status.nix
index d76412df062..9f1e565d166 100644
--- a/pkgs/applications/window-managers/dwm/dwm-status.nix
+++ b/pkgs/applications/window-managers/dwm/dwm-status.nix
@@ -3,13 +3,13 @@
 
 rustPlatform.buildRustPackage rec {
   name = "dwm-status-${version}";
-  version = "1.0.0";
+  version = "1.1.1";
 
   src = fetchFromGitHub {
     owner = "Gerschtli";
     repo = "dwm-status";
     rev = version;
-    sha256 = "0r0irzm5y9xvqxrr8gvvn4x9c56qwgynljnzba4mh5s5dpbmz0iq";
+    sha256 = "0k6r72qgns8i2y1ks0k9fwlabgndww5rssd13mis5bvkqla8j9i9";
   };
 
   nativeBuildInputs = [ makeWrapper pkgconfig ];
@@ -23,7 +23,7 @@ rustPlatform.buildRustPackage rec {
   '';
 
   meta = with stdenv.lib; {
-    description = "DWM status service which dynamically updates when needed";
+    description = "Highly performant and configurable DWM status service";
     homepage = https://github.com/Gerschtli/dwm-status;
     license = with licenses; [ mit ];
     maintainers = with maintainers; [ gerschtli ];