Skip to content

Commit

Permalink
Merge pull request NixOS#85630 from Gerschtli/update/dwm-status
Browse files Browse the repository at this point in the history
dwm-status: 1.6.3 -> 1.6.4
  • Loading branch information
FRidh authored Apr 21, 2020
2 parents 6ca23ca + 382247d commit 05b4bf6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/window-managers/dwm/dwm-status.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ in

rustPlatform.buildRustPackage rec {
pname = "dwm-status";
version = "1.6.3";
version = "1.6.4";

src = fetchFromGitHub {
owner = "Gerschtli";
repo = "dwm-status";
rev = version;
sha256 = "02sprsr7822ynkwpf3xdgmkdrgkw3vgijhlh65bayiv3b5lwb54n";
sha256 = "05dhd2gy7ysrnchdimrdd7jvzs1db9fyrk4ci7850jhrgavfd7c4";
};

nativeBuildInputs = [ makeWrapper pkgconfig ];
buildInputs = [ dbus gdk-pixbuf libnotify xorg.libX11 ];

cargoSha256 = "0xybd6110b29ghl66kxfs64704qlhnn9jb5vl7lfk9sv62cs564i";
cargoSha256 = "0zkbps8vsjcvy7x0sgb07kacszi57dlyq8j6ia6yy0jyqnvlaqa7";

postInstall = lib.optionalString (bins != []) ''
wrapProgram $out/bin/dwm-status --prefix "PATH" : "${stdenv.lib.makeBinPath bins}"
Expand Down

0 comments on commit 05b4bf6

Please sign in to comment.