Merge pull request #152349 from romildo/upd.theme-obsidian2

theme-obsidian2: 2.19 -> 2.20
This commit is contained in:
Bobby Rong 2021-12-28 13:08:35 +08:00 committed by GitHub
commit b6f8343471
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "theme-obsidian2";
version = "2.19";
version = "2.20";
src = fetchurl {
url = "https://github.com/madmaxms/theme-obsidian-2/releases/download/v${version}/obsidian-2-theme.tar.xz";
sha256 = "sha256-GGnrix8utJ34pszuoxcMY5Yr0stwL17Y812FIiRZOUk=";
sha256 = "0bbw8far4fjz7fiy205wnzp9ibnvqspfcjkinhjj8l0s272h7wjp";
};
sourceRoot = ".";