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

kde-rounded-corners: 0.6.1 -> 0.6.2
This commit is contained in:
Weijia Wang 2024-04-27 04:20:22 +02:00 committed by GitHub
commit 7fae880fdf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "kde-rounded-corners";
version = "0.6.1";
version = "0.6.2";
src = fetchFromGitHub {
owner = "matinlotfali";
repo = "KDE-Rounded-Corners";
rev = "v${version}";
hash = "sha256-8QkuIuHC0/fMxh8K3/I8GNhNPX+tw7kUMiU2oK12c0U=";
hash = "sha256-4bB1EKK9XUkX8o3ca2dQtJe0UuSDgITVXWnpddTsJDs=";
};
postConfigure = ''