Merge pull request #239653 from r-ryantm/auto-update/kde-rounded-corners

kde-rounded-corners: 0.3.0 -> 0.4.0
This commit is contained in:
Weijia Wang 2023-06-26 07:42:51 +02:00 committed by GitHub
commit e4401b64e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "kde-rounded-corners";
version = "0.3.0";
version = "0.4.0";
src = fetchFromGitHub {
owner = "matinlotfali";
repo = "KDE-Rounded-Corners";
rev = "v${version}";
hash = "sha256-5b23QCyjPMC6iba84Y2WEar5uXzxg2GonRv3e4mLQlQ=";
hash = "sha256-mjZWfh00A0J6ijuLqW6frPH4AYbRI/BlVHblGCCmNEo=";
};
postConfigure = ''