Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 544b85a49abb
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a4d1b0ad83c5
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 23, 2019

  1. dwm-status: 1.6.2 -> 1.6.3

    Gerschtli committed Sep 23, 2019
    Copy the full SHA
    e25bf4c View commit details
  2. Merge pull request #69308 from Gerschtli/update/dwm-status

    dwm-status: 1.6.2 -> 1.6.3
    worldofpeace authored Sep 23, 2019
    Copy the full SHA
    a4d1b0a View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/applications/window-managers/dwm/dwm-status.nix
6 changes: 3 additions & 3 deletions pkgs/applications/window-managers/dwm/dwm-status.nix
Original file line number Diff line number Diff line change
@@ -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}"