Commit b9ba33fe authored by Sigmanificient's avatar Sigmanificient
Browse files

menu-cache: 1.1.0 -> 1.1.1

parent a017e729
Loading
Loading
Loading
Loading
+2 −13
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@
  lib,
  stdenv,
  fetchFromGitHub,
  fetchpatch,
  glib,
  pkg-config,
  libfm-extra,
@@ -12,25 +11,15 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "menu-cache";
  version = "1.1.0";
  version = "1.1.1";

  src = fetchFromGitHub {
    owner = "lxde";
    repo = "menu-cache";
    tag = finalAttrs.version;
    hash = "sha256-UPSBAoDjI4nwyDsGK5yIrAR03WhGMSxv1IePSQ3SzxE=";
    hash = "sha256-5Vp2btrflimy+Hq+3MLpic/quZMJ3uwsMq12G7s4DGI=";
  };

  patches = [
    # Pull patch pending upstream inclusion for -fno-common toolchain support:
    #   https://github.com/lxde/menu-cache/pull/19
    (fetchpatch {
      name = "fno-common.patch";
      url = "https://github.com/lxde/menu-cache/commit/1ce739649b4d66339a03fc0ec9ee7a2f7c141780.patch";
      sha256 = "08x3h0w2pl8ifj83v9jkf4j3zxcwsyzh251divlhhnwx0rw1pyn7";
    })
  ];

  nativeBuildInputs = [
    autoreconfHook
    pkg-config