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
+2 -2
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 = [