Merge pull request #287584 from trofi/kde-rounded-corners-fix-hash

kde-rounded-corners: fix source hash
This commit is contained in:
Weijia Wang 2024-02-10 02:52:21 +01:00 committed by GitHub
commit ddc9133e53
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
owner = "matinlotfali"; owner = "matinlotfali";
repo = "KDE-Rounded-Corners"; repo = "KDE-Rounded-Corners";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-S6Z0j61LQHmZTYiLEpwG77JH9Nd32lF5Azb0U0+rdNg="; hash = "sha256-DE3XTu3CQY9mGuOpehWno/4yFyLjHuh4RxdUh+aTU7M=";
}; };
postConfigure = '' postConfigure = ''