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: 99947385e565
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4c4de466650c
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Sep 19, 2020

  1. dmenu: 4.9 -> 5.0

    oxzi committed Sep 19, 2020
    Copy the full SHA
    f6464bc View commit details

Commits on Nov 24, 2020

  1. Merge pull request #98267 from oxzi/dmenu-5.0

    dmenu: 4.9 -> 5.0
    pSub authored Nov 24, 2020
    Copy the full SHA
    4c4de46 View commit details
Showing with 3 additions and 34 deletions.
  1. +3 −3 pkgs/applications/misc/dmenu/default.nix
  2. +0 −31 pkgs/applications/misc/dmenu/xim.patch
6 changes: 3 additions & 3 deletions pkgs/applications/misc/dmenu/default.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, libX11, libXinerama, libXft, zlib, patches ? [ ./xim.patch ] }:
{ stdenv, fetchurl, libX11, libXinerama, libXft, zlib, patches ? null }:

stdenv.mkDerivation rec {
name = "dmenu-4.9";
name = "dmenu-5.0";

src = fetchurl {
url = "https://dl.suckless.org/tools/${name}.tar.gz";
sha256 = "0ia9nqr83bv6x247q30bal0v42chcj9qcjgv59xs6xj46m7iz5xk";
sha256 = "1lvfxzg3chsgcqbc2vr0zic7vimijgmbvnspayx73kyvqi1f267y";
};

buildInputs = [ libX11 libXinerama zlib libXft ];
31 changes: 0 additions & 31 deletions pkgs/applications/misc/dmenu/xim.patch

This file was deleted.