kde-rounded-corners: 0.8.0 -> 0.8.1 (#435355)

This commit is contained in:
Wolfgang Walther
2025-09-13 20:38:07 +00:00
committed by GitHub

View File

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