Unverified Commit 73fabe0b authored by Alexander Nabokikh's avatar Alexander Nabokikh
Browse files

kde-rounded-corners: 0.8.5 -> 0.8.6

parent 67e26173
Loading
Loading
Loading
Loading
+2 −10
Original line number Diff line number Diff line
{
  stdenv,
  fetchFromGitHub,
  fetchpatch2,
  cmake,
  kdePackages,
  libepoxy,
@@ -11,22 +10,15 @@

stdenv.mkDerivation rec {
  pname = "kde-rounded-corners";
  version = "0.8.5";
  version = "0.8.6";

  src = fetchFromGitHub {
    owner = "matinlotfali";
    repo = "KDE-Rounded-Corners";
    rev = "v${version}";
    hash = "sha256-ef63PVG0JOHY4zyq5M5oAAcxtfhm1XOvpsxgSeXvgDo=";
    hash = "sha256-v/kobtUoWBbYP4iMiUqWNnpIYyu5CBmYHnwxfN4eoQ0=";
  };

  patches = [
    (fetchpatch2 {
      url = "https://github.com/matinlotfali/KDE-Rounded-Corners/commit/5d63212e65ed06ca65a2a7f0ad2436045b839ddd.patch";
      hash = "sha256-wfjxMKRmJu3gflldNvWLghw5oFyyxY2ml1lsl/TVzxI=";
    })
  ];

  nativeBuildInputs = [
    cmake
    kdePackages.extra-cmake-modules