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

kde-rounded-corners: 0.4.0 -> 0.6.0
This commit is contained in:
Weijia Wang 2024-02-05 00:01:19 +01:00 committed by GitHub
commit 72a5054572
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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