3
0
Fork 0
forked from mirrors/nixpkgs

arc-theme: 20220223 -> 20220405

This commit is contained in:
R. Ryantm 2022-04-07 07:41:00 +00:00
parent d29bef5cc1
commit 56a43116e5

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