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

arc-theme: 20220223 -> 20220405
This commit is contained in:
José Romildo Malaquias 2022-04-08 08:34:14 -03:00 committed by GitHub
commit 5df8b35e4f
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 = "20220223";
version = "20220405";
src = fetchFromGitHub {
owner = "jnsh";
repo = pname;
rev = version;
sha256 = "sha256-qsZdXDNxT1/gIlkUsC1cfVrULApC+dHreBXXjVTJQiA=";
sha256 = "sha256-CBj/SpBWH5xdNCQSJquqIntcmfARI7Cud76Tp8txXL4=";
};
nativeBuildInputs = [