Unverified Commit d9764b99 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

kde-rounded-corners: 0.7.1 -> 0.7.2 (#403195)

parents f56d9da6 6187e660
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.7.1";
  version = "0.7.2";

  src = fetchFromGitHub {
    owner = "matinlotfali";
    repo = "KDE-Rounded-Corners";
    rev = "v${version}";
    hash = "sha256-iJNEwDsGOOqWQgG3iwrZt9mpbKWHOw7zkEORURcAGLQ=";
    hash = "sha256-idcQ4ANud31qOCmEnPvKjstK9fCp6+cwcmSO7/8aCaY=";
  };

  nativeBuildInputs = [