kde-rounded-corners: fix source hash

Without the change the build fails as:

    error: hash mismatch in fixed-output derivation '/nix/store/afak2xs6i8sriq08pi3wm2l753rj2k17-source.drv':
         specified: sha256-S6Z0j61LQHmZTYiLEpwG77JH9Nd32lF5Azb0U0+rdNg=
            got:    sha256-DE3XTu3CQY9mGuOpehWno/4yFyLjHuh4RxdUh+aTU7M=
This commit is contained in:
Sergei Trofimovich 2024-02-09 21:28:56 +00:00
parent 442d407992
commit 4e3e3accfa

View File

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