kde-rounded-corners: 0.8.7 -> 0.9.0 (#528996)

This commit is contained in:
nixpkgs-ci[bot]
2026-06-23 12:27:56 +00:00
committed by GitHub

View File

@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "kde-rounded-corners";
version = "0.8.7";
version = "0.9.0";
src = fetchFromGitHub {
owner = "matinlotfali";
repo = "KDE-Rounded-Corners";
rev = "v${finalAttrs.version}";
hash = "sha256-ivWOMl0cveJHC6eX/QYteVi2GaRJ/2j02YlDj/Uvs1s=";
hash = "sha256-JZlrjVjA2OGZhWpkSYvwYpPx4tmqlMvi4cP4zM4hxFc=";
};
nativeBuildInputs = [