about summary refs log tree commit diff
path: root/pkgs/data
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-11-12 07:54:19 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-11-12 07:54:19 +0000
commit5efb8b4b5211d0176cc2a225ecaff83184b54405 (patch)
tree0ff6e5b3062915b63c69f63431f19ef32e22686b /pkgs/data
parent280e27327d4990245d418cd10a9d14cfd6df6f05 (diff)
theme-obsidian2: 2.15 -> 2.16
Diffstat (limited to 'pkgs/data')
-rw-r--r--pkgs/data/themes/obsidian2/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/data/themes/obsidian2/default.nix b/pkgs/data/themes/obsidian2/default.nix
index cb2660ed058ca..4e90879950565 100644
--- a/pkgs/data/themes/obsidian2/default.nix
+++ b/pkgs/data/themes/obsidian2/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "theme-obsidian2";
-  version = "2.15";
+  version = "2.16";
 
   src = fetchurl {
     url = "https://github.com/madmaxms/theme-obsidian-2/releases/download/v${version}/obsidian-2-theme.tar.xz";
-    sha256 = "1d6h8jsg8r1jbv2izshhpvlwsrwpi2f2dm461kr1zpwcw5glf9jx";
+    sha256 = "0a5268w8b413i62ggipgy19k83va1n0ni8bvfwrp17r0n97wbqx2";
   };
 
   sourceRoot = ".";