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

kde-rounded-corners: 0.6.0 -> 0.6.1
This commit is contained in:
Atemu 2024-03-02 13:37:12 +00:00 committed by GitHub
commit 01d13a36d9
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.6.0";
version = "0.6.1";
src = fetchFromGitHub {
owner = "matinlotfali";
repo = "KDE-Rounded-Corners";
rev = "v${version}";
hash = "sha256-DE3XTu3CQY9mGuOpehWno/4yFyLjHuh4RxdUh+aTU7M=";
hash = "sha256-8QkuIuHC0/fMxh8K3/I8GNhNPX+tw7kUMiU2oK12c0U=";
};
postConfigure = ''