Unverified Commit acc1ac70 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

kde-rounded-corners: 0.8.6 -> 0.8.7 (#501053)

parents 355ddbe6 b860b69d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "kde-rounded-corners";
  version = "0.8.6";
  version = "0.8.7";

  src = fetchFromGitHub {
    owner = "matinlotfali";
    repo = "KDE-Rounded-Corners";
    rev = "v${finalAttrs.version}";
    hash = "sha256-v/kobtUoWBbYP4iMiUqWNnpIYyu5CBmYHnwxfN4eoQ0=";
    hash = "sha256-ivWOMl0cveJHC6eX/QYteVi2GaRJ/2j02YlDj/Uvs1s=";
  };

  nativeBuildInputs = [