Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b6a41832a495
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0c921dbb2d9f
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 24, 2021

  1. theme-obsidian2: 2.17 -> 2.18

    romildo committed Jan 24, 2021
    Copy the full SHA
    833371f View commit details

Commits on Jan 25, 2021

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

    theme-obsidian2: 2.17 -> 2.18
    SuperSandro2000 authored Jan 25, 2021
    Copy the full SHA
    0c921db View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/data/themes/obsidian2/default.nix
4 changes: 2 additions & 2 deletions pkgs/data/themes/obsidian2/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "theme-obsidian2";
version = "2.17";
version = "2.18";

src = fetchurl {
url = "https://github.com/madmaxms/theme-obsidian-2/releases/download/v${version}/obsidian-2-theme.tar.xz";
sha256 = "1gff34xqypqjhh15lv4cc4ifsg07jx2znlsj9is4wmqf39a8h8n4";
sha256 = "1w3grlkws4ih7333hys33z4bgm33jbc78bq2pyp8nzw4q9d2hz2r";
};

sourceRoot = ".";