about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-09-23 19:14:37 -0400
committerGitHub <noreply@github.com>2019-09-23 19:14:37 -0400
commita4d1b0ad83c56df9ea5a0f51a24c11f04a63be5d (patch)
tree168b7b7c7b80af2b0b9f2a4697f4e7660eb7a5d6 /pkgs/applications
parent544b85a49abb1dd4278c5f83ec9ce56bdeca459d (diff)
parente25bf4c0facb64deb78dfa543aac61d4a2a53fd9 (diff)
downloadnixlib-a4d1b0ad83c56df9ea5a0f51a24c11f04a63be5d.tar
nixlib-a4d1b0ad83c56df9ea5a0f51a24c11f04a63be5d.tar.gz
nixlib-a4d1b0ad83c56df9ea5a0f51a24c11f04a63be5d.tar.bz2
nixlib-a4d1b0ad83c56df9ea5a0f51a24c11f04a63be5d.tar.lz
nixlib-a4d1b0ad83c56df9ea5a0f51a24c11f04a63be5d.tar.xz
nixlib-a4d1b0ad83c56df9ea5a0f51a24c11f04a63be5d.tar.zst
nixlib-a4d1b0ad83c56df9ea5a0f51a24c11f04a63be5d.zip
Merge pull request #69308 from Gerschtli/update/dwm-status
dwm-status: 1.6.2 -> 1.6.3
Diffstat (limited to 'pkgs/applications')
-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 1787e40eb96c..ecd792f74e78 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.6.2";
+  version = "1.6.3";
 
   src = fetchFromGitHub {
     owner = "Gerschtli";
     repo = "dwm-status";
     rev = version;
-    sha256 = "16vf7val1isc4227amng2ap9af34xa2va23dxv43px006xhrar78";
+    sha256 = "02sprsr7822ynkwpf3xdgmkdrgkw3vgijhlh65bayiv3b5lwb54n";
   };
 
   nativeBuildInputs = [ makeWrapper pkgconfig ];
   buildInputs = [ dbus gdk-pixbuf libnotify xorg.libX11 ];
 
-  cargoSha256 = "0pprf8509d321azg2l51lpxylgpk7290y38z9p5hxgkcwhrhrcss";
+  cargoSha256 = "0l6x59bzzilc78gsi5rlgq9zjvp8qjphfsds776ljzmkbdq8q4iz";
 
   postInstall = lib.optionalString (bins != [])  ''
     wrapProgram $out/bin/dwm-status --prefix "PATH" : "${stdenv.lib.makeBinPath bins}"