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:
commit
01d13a36d9
1 changed files with 2 additions and 2 deletions
|
@ -12,13 +12,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "kde-rounded-corners";
|
pname = "kde-rounded-corners";
|
||||||
version = "0.6.0";
|
version = "0.6.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "matinlotfali";
|
owner = "matinlotfali";
|
||||||
repo = "KDE-Rounded-Corners";
|
repo = "KDE-Rounded-Corners";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-DE3XTu3CQY9mGuOpehWno/4yFyLjHuh4RxdUh+aTU7M=";
|
hash = "sha256-8QkuIuHC0/fMxh8K3/I8GNhNPX+tw7kUMiU2oK12c0U=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postConfigure = ''
|
postConfigure = ''
|
||||||
|
|
Loading…
Reference in a new issue