kde-rounded-corners: 0.4.0 -> 0.6.0

This commit is contained in:
R. Ryantm 2024-01-20 13:13:25 +00:00
parent 9e6a169957
commit f844501559

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "kde-rounded-corners";
version = "0.4.0";
version = "0.6.0";
src = fetchFromGitHub {
owner = "matinlotfali";
repo = "KDE-Rounded-Corners";
rev = "v${version}";
hash = "sha256-mjZWfh00A0J6ijuLqW6frPH4AYbRI/BlVHblGCCmNEo=";
hash = "sha256-S6Z0j61LQHmZTYiLEpwG77JH9Nd32lF5Azb0U0+rdNg=";
};
postConfigure = ''