kde-rounded-corners: 0.8.0 -> 0.8.1

This commit is contained in:
R. Ryantm
2025-08-20 18:39:34 +00:00
parent addb1ddd47
commit df0589eb83

View File

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