about summary refs log tree commit diff
path: root/pkgs/data/icons
diff options
context:
space:
mode:
authorjopejoe1 <johannes@joens.email>2024-06-15 14:27:26 +0200
committerjopejoe1 <johannes@joens.email>2024-06-15 14:30:48 +0200
commit919226fbc66d3c8b06437a735b1a39b4590a9b08 (patch)
tree73153abb5676caf6400b00c93dbdd6c7dec34ec6 /pkgs/data/icons
parente89b1a666a6e0c1cedf4bff363da5d3a3fd6eb25 (diff)
arc-icon-theme: use upstream version number
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 = [