kde-rounded-corners: 0.6.1 -> 0.6.2

This commit is contained in:
R. Ryantm 2024-04-20 13:15:47 +00:00
parent e540698524
commit ebe1a3ff98
1 changed files with 2 additions and 2 deletions

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "kde-rounded-corners";
version = "0.6.1";
version = "0.6.2";
src = fetchFromGitHub {
owner = "matinlotfali";
repo = "KDE-Rounded-Corners";
rev = "v${version}";
hash = "sha256-8QkuIuHC0/fMxh8K3/I8GNhNPX+tw7kUMiU2oK12c0U=";
hash = "sha256-4bB1EKK9XUkX8o3ca2dQtJe0UuSDgITVXWnpddTsJDs=";
};
postConfigure = ''