Commit 66e03c56 authored by R. RyanTM's avatar R. RyanTM
Browse files

kde-rounded-corners: 0.8.1 -> 0.8.5

parent 62588b43
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@

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

  src = fetchFromGitHub {
    owner = "matinlotfali";
    repo = "KDE-Rounded-Corners";
    rev = "v${version}";
    hash = "sha256-GMRtvAG6jdnm+WxXOZb5eOyX1rEqzk7tHZbjSI9/47g=";
    hash = "sha256-ef63PVG0JOHY4zyq5M5oAAcxtfhm1XOvpsxgSeXvgDo=";
  };

  nativeBuildInputs = [