kde-rounded-corners: 0.9.0 -> 0.10.0

This commit is contained in:
R. Ryantm
2026-08-23 20:19:13 +00:00
parent 941ede61f9
commit e8e7a8fdd1

View File

@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "kde-rounded-corners";
version = "0.9.0";
version = "0.10.0";
src = fetchFromGitHub {
owner = "matinlotfali";
repo = "KDE-Rounded-Corners";
rev = "v${finalAttrs.version}";
hash = "sha256-JZlrjVjA2OGZhWpkSYvwYpPx4tmqlMvi4cP4zM4hxFc=";
hash = "sha256-YAO1cnOYD+f8BU71r567xwug7VBkelFzh4vpUTV5pNg=";
};
nativeBuildInputs = [