about summary refs log tree commit diff
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2018-11-25 23:00:35 -0500
committerGitHub <noreply@github.com>2018-11-25 23:00:35 -0500
commit55efeef4f67429adc73506be5d84aed1098c8a3d (patch)
tree835ce3407eb75ad743d83183625b709af1b1e470
parentab88ed6df661682881708489f9dd27fb4e86879d (diff)
parent6760af490e5e9e99dbdd80967055c83e91c0c457 (diff)
downloadnixlib-55efeef4f67429adc73506be5d84aed1098c8a3d.tar
nixlib-55efeef4f67429adc73506be5d84aed1098c8a3d.tar.gz
nixlib-55efeef4f67429adc73506be5d84aed1098c8a3d.tar.bz2
nixlib-55efeef4f67429adc73506be5d84aed1098c8a3d.tar.lz
nixlib-55efeef4f67429adc73506be5d84aed1098c8a3d.tar.xz
nixlib-55efeef4f67429adc73506be5d84aed1098c8a3d.tar.zst
nixlib-55efeef4f67429adc73506be5d84aed1098c8a3d.zip
Merge pull request #51041 from Gerschtli/update/dwm-status
dwm-status: 1.2.0 -> 1.4.0
-rw-r--r--pkgs/applications/window-managers/dwm/dwm-status.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/window-managers/dwm/dwm-status.nix b/pkgs/applications/window-managers/dwm/dwm-status.nix
index 028bb8c87ee8..16a67030736d 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.2.0";
+  version = "1.4.0";
 
   src = fetchFromGitHub {
     owner = "Gerschtli";
     repo = "dwm-status";
     rev = version;
-    sha256 = "0bv1jkqkf509akg3dvdy8b2q1kh8i75vw4n6a9rjvslx9s9nh6ca";
+    sha256 = "1v9ksv8hdxhpm7vs71p9s1y3gnahczza0w4wyrk2fsc6x2kwlh6x";
   };
 
   nativeBuildInputs = [ makeWrapper pkgconfig ];