about summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-02-16 09:45:52 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2019-02-16 09:45:52 -0800
commit0369f6c362ceae9619f475c7e39fbf97b8b50091 (patch)
tree24729896b63506bddef7dad8e9e9466cd846c487 /pkgs/misc
parent039f359a7d366e6d8594a4238aac6fcb4dbd7be8 (diff)
downloadnixlib-0369f6c362ceae9619f475c7e39fbf97b8b50091.tar
nixlib-0369f6c362ceae9619f475c7e39fbf97b8b50091.tar.gz
nixlib-0369f6c362ceae9619f475c7e39fbf97b8b50091.tar.bz2
nixlib-0369f6c362ceae9619f475c7e39fbf97b8b50091.tar.lz
nixlib-0369f6c362ceae9619f475c7e39fbf97b8b50091.tar.xz
nixlib-0369f6c362ceae9619f475c7e39fbf97b8b50091.tar.zst
nixlib-0369f6c362ceae9619f475c7e39fbf97b8b50091.zip
arc-theme: 20181022 -> 20190213
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/arc-theme/versions
Diffstat (limited to 'pkgs/misc')
-rw-r--r--pkgs/misc/themes/arc/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/misc/themes/arc/default.nix b/pkgs/misc/themes/arc/default.nix
index ca49fb7d8a45..b5e7dff2d6aa 100644
--- a/pkgs/misc/themes/arc/default.nix
+++ b/pkgs/misc/themes/arc/default.nix
@@ -7,13 +7,13 @@ in
 
 stdenv.mkDerivation rec {
   name = "${pname}-${version}";
-  version = "20181022";
+  version = "20190213";
 
   src = fetchFromGitHub {
     owner  = "NicoHood";
     repo   = pname;
     rev    = version;
-    sha256 = "08951dk1irfadwpr3p323a4fprmxg53rk2r2niwq3v62ryhi3663";
+    sha256 = "1qalf61xh6a8yz2a98z3ih0w9ky12v3wc61gdczbfnyfasgzc254";
   };
 
   nativeBuildInputs = [