Commit 250bf1b7 authored by Michelle Granat's avatar Michelle Granat Committed by Michelle Granat
Browse files

obsidian: 1.5.3 -> 1.5.8

parent 2ea79083
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
let
  inherit (stdenv.hostPlatform) system;
  pname = "obsidian";
  version = "1.5.3";
  version = "1.5.8";
  appname = "Obsidian";
  meta = with lib; {
    description = "A powerful knowledge base that works on top of a local folder of plain text Markdown files";
@@ -25,7 +25,7 @@ let
  filename = if stdenv.isDarwin then "Obsidian-${version}-universal.dmg" else "obsidian-${version}.tar.gz";
  src = fetchurl {
    url = "https://github.com/obsidianmd/obsidian-releases/releases/download/v${version}/${filename}";
    hash = if stdenv.isDarwin then "sha256-AXjzQwZxyRaI8mMU2EsNK0fRcXS7UNNBWPXeJzgomlY=" else "sha256-F7nqWOeBGGSmSVNTpcx3lHRejSjNeM2BBqS9tsasTvg=";
    hash = if stdenv.isDarwin then "sha256-5olNmOLE9AgVUyRY8PylUPGYIMS+KoDG3g2BMCySdyE=" else "sha256-oc2iA2E3ac/uUNv6unzfac5meHqQzmzDVl/M9jNpS/M=";
  };

  icon = fetchurl {
+1 −1
Original line number Diff line number Diff line
@@ -34172,7 +34172,7 @@ with pkgs;
  wrapOBS = callPackage ../applications/video/obs-studio/wrapper.nix { };
  obsidian = callPackage ../applications/misc/obsidian {
    electron = electron_25;
    electron = electron_28;
  };
  octoprint = callPackage ../applications/misc/octoprint { };