about summary refs log tree commit diff
path: root/pkgs/applications/window-managers
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-09-27 06:34:30 +0000
committerBobby Rong <rjl931189261@126.com>2022-09-28 12:19:06 +0800
commitf6b1f7c61584fdad86642aa59597c06a8c54e8e4 (patch)
tree1426df517337095a7467c6e8d2579b486bbf6327 /pkgs/applications/window-managers
parentbae1cc020796bf318cb03f8f6628d49033087af0 (diff)
downloadnixlib-f6b1f7c61584fdad86642aa59597c06a8c54e8e4.tar
nixlib-f6b1f7c61584fdad86642aa59597c06a8c54e8e4.tar.gz
nixlib-f6b1f7c61584fdad86642aa59597c06a8c54e8e4.tar.bz2
nixlib-f6b1f7c61584fdad86642aa59597c06a8c54e8e4.tar.lz
nixlib-f6b1f7c61584fdad86642aa59597c06a8c54e8e4.tar.xz
nixlib-f6b1f7c61584fdad86642aa59597c06a8c54e8e4.tar.zst
nixlib-f6b1f7c61584fdad86642aa59597c06a8c54e8e4.zip
dwm-status: 1.7.3 -> 1.8.0
Diffstat (limited to 'pkgs/applications/window-managers')
-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 1b83e28309e0..a1b790b33da8 100644
--- a/pkgs/applications/window-managers/dwm/dwm-status.nix
+++ b/pkgs/applications/window-managers/dwm/dwm-status.nix
@@ -9,19 +9,19 @@ in
 
 rustPlatform.buildRustPackage rec {
   pname = "dwm-status";
-  version = "1.7.3";
+  version = "1.8.0";
 
   src = fetchFromGitHub {
     owner = "Gerschtli";
     repo = pname;
     rev = version;
-    sha256 = "sha256-dkVo9NpGt3G6by9Of1kOlXaZn7xsVSvfNXq7KPO6HE4=";
+    sha256 = "sha256-BCnEnBB0OCUwvhh4XEI2eOzfy34VHNFzbqqW26X6If0=";
   };
 
   nativeBuildInputs = [ makeWrapper pkg-config ];
   buildInputs = [ dbus gdk-pixbuf libnotify xorg.libX11 ];
 
-  cargoSha256 = "sha256-QPnr7dUsq/RzuNLpbTRQbGB3zU6lNuPPPM9FmH4ydzY=";
+  cargoSha256 = "sha256-ylB0XGmIPW7Dbc6eDS8FZsq1AOOqntx1byaH3XIal0I=";
 
   postInstall = lib.optionalString (bins != [])  ''
     wrapProgram $out/bin/dwm-status --prefix "PATH" : "${lib.makeBinPath bins}"