Skip to content

Commit

Permalink
Merge pull request #105539 from r-ryantm/auto-update/obsidian
Browse files Browse the repository at this point in the history
obsidian: 0.9.15 -> 0.9.17
  • Loading branch information
SuperSandro2000 committed Dec 1, 2020
2 parents 51198ea + a3f65d0 commit bd627c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/obsidian/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ let

in stdenv.mkDerivation rec {
pname = "obsidian";
version = "0.9.15";
version = "0.9.17";

src = fetchurl {
url =
"https://github.com/obsidianmd/obsidian-releases/releases/download/v${version}/obsidian-${version}.asar.gz";
sha256 = "0cfzci2l1bbjc5mqs3hjyy3grz5jk3qbna57vfcvxz36kcd5djv5";
sha256 = "0spa5zsipd456dcsp7ww24ab5vk4vmwyvrdmraw3hcsbnj9vcnwa";
};

nativeBuildInputs = [ makeWrapper graphicsmagick ];
Expand Down

0 comments on commit bd627c0

Please sign in to comment.