Merge pull request #206874 from SebTM/update/arc-theme_20221218

arc-theme: 20220405 -> 20221218
This commit is contained in:
José Romildo Malaquias 2022-12-19 21:47:47 -03:00 committed by GitHub
commit d20ef044eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "arc-theme";
version = "20220405";
version = "20221218";
src = fetchFromGitHub {
owner = "jnsh";
repo = pname;
rev = version;
sha256 = "sha256-CBj/SpBWH5xdNCQSJquqIntcmfARI7Cud76Tp8txXL4=";
sha256 = "sha256-7VmqsUCeG5GwmrVdt9BJj0eZ/1v+no/05KwGFb7E9ns=";
};
nativeBuildInputs = [