Unverified Commit e3babbd9 authored by Bobby Rong's avatar Bobby Rong
Browse files

pantheon.switchboard-plug-sharing: 2.1.5 -> 2.1.6

parent e71471a6
Loading
Loading
Loading
Loading
+2 −12
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@
, stdenv
, fetchFromGitHub
, nix-update-script
, fetchpatch
, meson
, ninja
, pkg-config
@@ -15,24 +14,15 @@

stdenv.mkDerivation rec {
  pname = "switchboard-plug-sharing";
  version = "2.1.5";
  version = "2.1.6";

  src = fetchFromGitHub {
    owner = "elementary";
    repo = pname;
    rev = version;
    sha256 = "00lqrxq1wz3y2s9jiz8rh9d571va2vza2gdwj6c86z3q4c4hmn17";
    sha256 = "sha256-izo30JjPkZtR6A/bfvZNmIE4Hq5hofWmxdUwBJYoSm8=";
  };

  patches = [
    # Upstream code not respecting our localedir
    # https://github.com/elementary/switchboard-plug-sharing/pull/55
    (fetchpatch {
      url = "https://github.com/elementary/switchboard-plug-sharing/commit/5219839738b79e3c5f039a811d96a40eb2644eab.patch";
      sha256 = "020w746q7gzmic0pdnbxs792sx15wlsqaf2x770r5xwbyfmqr7bs";
    })
  ];

  nativeBuildInputs = [
    meson
    ninja