Unverified Commit 27a39587 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

kde-rounded-corners: 0.8.1 -> 0.8.5 (#446991)

parents 89354411 66e03c56
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 = [