about summary refs log tree commit diff
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-07-29 02:10:15 -0400
committerGitHub <noreply@github.com>2019-07-29 02:10:15 -0400
commit96cf4048cc9bda53c0a90324039b9b667b18e6b1 (patch)
treeff4792d57baa3db3b2cba87de4f50bdd9d68b03e
parent863e313a8eeae31dc8ea86272dfb86ceef3b677c (diff)
parent19e62c89ccc416d32bc0847b201ce14c969954e9 (diff)
downloadnixlib-96cf4048cc9bda53c0a90324039b9b667b18e6b1.tar
nixlib-96cf4048cc9bda53c0a90324039b9b667b18e6b1.tar.gz
nixlib-96cf4048cc9bda53c0a90324039b9b667b18e6b1.tar.bz2
nixlib-96cf4048cc9bda53c0a90324039b9b667b18e6b1.tar.lz
nixlib-96cf4048cc9bda53c0a90324039b9b667b18e6b1.tar.xz
nixlib-96cf4048cc9bda53c0a90324039b9b667b18e6b1.tar.zst
nixlib-96cf4048cc9bda53c0a90324039b9b667b18e6b1.zip
Merge pull request #65310 from Gerschtli/update/dwm-status
dwm-status: 1.6.0 -> 1.6.2
-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 734d70598fb0..308d55085420 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 {
   name = "dwm-status-${version}";
-  version = "1.6.0";
+  version = "1.6.2";
 
   src = fetchFromGitHub {
     owner = "Gerschtli";
     repo = "dwm-status";
     rev = version;
-    sha256 = "02gvlxv6ylx4mdkf59crm2zyahiz1zd4cr5zz29dnhx7r7738i9a";
+    sha256 = "16vf7val1isc4227amng2ap9af34xa2va23dxv43px006xhrar78";
   };
 
   nativeBuildInputs = [ makeWrapper pkgconfig ];
   buildInputs = [ dbus gdk_pixbuf libnotify xorg.libX11 ];
 
-  cargoSha256 = "1r2wczfkdpvjc7iylwajkminraaz1ix6n724in0dvv5klfcdxlxb";
+  cargoSha256 = "0pprf8509d321azg2l51lpxylgpk7290y38z9p5hxgkcwhrhrcss";
 
   postInstall = lib.optionalString (bins != [])  ''
     wrapProgram $out/bin/dwm-status --prefix "PATH" : "${stdenv.lib.makeBinPath bins}"