kde-rounded-corners: 0.7.2 -> 0.8.0

This commit is contained in:
R. Ryantm 2025-07-30 07:26:49 +00:00
parent eaa9fd315f
commit 93e0c7371c

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "kde-rounded-corners";
version = "0.7.2";
version = "0.8.0";
src = fetchFromGitHub {
owner = "matinlotfali";
repo = "KDE-Rounded-Corners";
rev = "v${version}";
hash = "sha256-idcQ4ANud31qOCmEnPvKjstK9fCp6+cwcmSO7/8aCaY=";
hash = "sha256-dgeB+N0Ye/O5y/o/yc9Vj1Ia8d2uUOGjxBddyPHaDQc=";
};
nativeBuildInputs = [