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: ab88ed6df661
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 55efeef4f674
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 25, 2018

  1. dwm-status: 1.2.0 -> 1.4.0

    Gerschtli committed Nov 25, 2018
    Copy the full SHA
    6760af4 View commit details

Commits on Nov 26, 2018

  1. Merge pull request #51041 from Gerschtli/update/dwm-status

    dwm-status: 1.2.0 -> 1.4.0
    worldofpeace authored Nov 26, 2018
    Copy the full SHA
    55efeef View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/window-managers/dwm/dwm-status.nix
4 changes: 2 additions & 2 deletions pkgs/applications/window-managers/dwm/dwm-status.nix
Original file line number Diff line number Diff line change
@@ -3,13 +3,13 @@

rustPlatform.buildRustPackage rec {
name = "dwm-status-${version}";
version = "1.2.0";
version = "1.4.0";

src = fetchFromGitHub {
owner = "Gerschtli";
repo = "dwm-status";
rev = version;
sha256 = "0bv1jkqkf509akg3dvdy8b2q1kh8i75vw4n6a9rjvslx9s9nh6ca";
sha256 = "1v9ksv8hdxhpm7vs71p9s1y3gnahczza0w4wyrk2fsc6x2kwlh6x";
};

nativeBuildInputs = [ makeWrapper pkgconfig ];