forked from mirrors/nixpkgs
Merge pull request #287584 from trofi/kde-rounded-corners-fix-hash
kde-rounded-corners: fix source hash
This commit is contained in:
commit
ddc9133e53
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue