about summary refs log tree commit diff
path: root/pkgs/data/icons
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-06-16 00:03:10 +0000
committerGitHub <noreply@github.com>2024-06-16 00:03:10 +0000
commit857d0ab18b94ab670e94414e91d0156da6cdf327 (patch)
treef0872ccfae6d3fd1212e21036f437048214b0622 /pkgs/data/icons
parent166dbc79cc4332cd9c9ea57e2f06bdc284dfa8b3 (diff)
parent062e5e670fcd0b5226e93c156ba7831d9fdc82e5 (diff)
Merge staging-next into staging
Diffstat (limited to 'pkgs/data/icons')
-rw-r--r--pkgs/data/icons/arc-icon-theme/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/data/icons/arc-icon-theme/default.nix b/pkgs/data/icons/arc-icon-theme/default.nix
index 2950f929912a6..a185160d4a3e9 100644
--- a/pkgs/data/icons/arc-icon-theme/default.nix
+++ b/pkgs/data/icons/arc-icon-theme/default.nix
@@ -2,13 +2,13 @@
 
 stdenvNoCC.mkDerivation rec {
   pname = "arc-icon-theme";
-  version = "2016-11-22";
+  version = "20161122";
 
   src = fetchFromGitHub {
     owner = "horst3180";
-    repo = pname;
-    rev = "55a575386a412544c3ed2b5617a61f842ee4ec15";
-    sha256 = "1ch3hp08qri93510hypzz6m2x4xgg2h15wvnhjwh1x1s1b7jvxjd";
+    repo = "arc-icon-theme";
+    rev = version;
+    hash = "sha256-TfYtzwo69AC5hHbzEqB4r5Muqvn/eghCGSlmjMCFA7I=";
   };
 
   nativeBuildInputs = [