Merge pull request #185927 from r-ryantm/auto-update/arc-kde-theme

arc-kde-theme: 20220706 -> 20220810
This commit is contained in:
José Romildo Malaquias 2022-08-10 18:38:23 -03:00 committed by GitHub
commit ebcea6302e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "arc-kde-theme";
version = "20220706";
version = "20220810";
src = fetchFromGitHub {
owner = "PapirusDevelopmentTeam";
repo = "arc-kde";
rev = version;
sha256 = "sha256-k/+VhqvOg3wkqal7q7nSVpubK/yHnNoTUUWhnxwcIjM=";
sha256 = "sha256-atL0sW3AedQl7PabOQOjeJ5U8a4/J4x0rxFCbxJ4ONA=";
};
makeFlags = [ "PREFIX=$(out)" ];