about summary refs log tree commit diff
path: root/pkgs/data
diff options
context:
space:
mode:
authorJosé Romildo Malaquias <malaquias@gmail.com>2022-12-19 21:47:47 -0300
committerGitHub <noreply@github.com>2022-12-19 21:47:47 -0300
commitd20ef044ebd339921c6b4d3515dc83e20a9ad291 (patch)
tree725e2385c1c81cc26d3b48f0f6ebadb3f66e5354 /pkgs/data
parent79dbdc2138de65160b500b98bcd7f5b11f1bac04 (diff)
parent9f7f6fdcb9646bb5018f2c11636d1fc317ee7e17 (diff)
Merge pull request #206874 from SebTM/update/arc-theme_20221218
arc-theme: 20220405 -> 20221218
Diffstat (limited to 'pkgs/data')
-rw-r--r--pkgs/data/themes/arc/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/data/themes/arc/default.nix b/pkgs/data/themes/arc/default.nix
index ef05338cf5aef..17089285f2762 100644
--- a/pkgs/data/themes/arc/default.nix
+++ b/pkgs/data/themes/arc/default.nix
@@ -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 = [