Merge pull request #297215 from w-lfchen/obsidian-update

obsidian: 1.5.8 -> 1.5.11
This commit is contained in:
Pol Dellaiera 2024-03-19 22:22:05 +01:00 committed by GitHub
commit e2c2174dae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 3 deletions

View file

@ -20962,6 +20962,12 @@
githubId = 15619766; githubId = 15619766;
name = "wldhx"; name = "wldhx";
}; };
w-lfchen = {
email = "w-lfchen@posteo.net";
github = "w-lfchen";
githubId = 115360611;
name = "Wölfchen";
};
wmertens = { wmertens = {
email = "Wout.Mertens@gmail.com"; email = "Wout.Mertens@gmail.com";
github = "wmertens"; github = "wmertens";

View file

@ -12,20 +12,20 @@
let let
inherit (stdenv.hostPlatform) system; inherit (stdenv.hostPlatform) system;
pname = "obsidian"; pname = "obsidian";
version = "1.5.8"; version = "1.5.11";
appname = "Obsidian"; appname = "Obsidian";
meta = with lib; { meta = with lib; {
description = "A powerful knowledge base that works on top of a local folder of plain text Markdown files"; description = "A powerful knowledge base that works on top of a local folder of plain text Markdown files";
homepage = "https://obsidian.md"; homepage = "https://obsidian.md";
downloadPage = "https://github.com/obsidianmd/obsidian-releases/releases"; downloadPage = "https://github.com/obsidianmd/obsidian-releases/releases";
license = licenses.obsidian; license = licenses.obsidian;
maintainers = with maintainers; [ atila conradmearns zaninime qbit kashw2 ]; maintainers = with maintainers; [ atila conradmearns zaninime qbit kashw2 w-lfchen ];
}; };
filename = if stdenv.isDarwin then "Obsidian-${version}-universal.dmg" else "obsidian-${version}.tar.gz"; filename = if stdenv.isDarwin then "Obsidian-${version}-universal.dmg" else "obsidian-${version}.tar.gz";
src = fetchurl { src = fetchurl {
url = "https://github.com/obsidianmd/obsidian-releases/releases/download/v${version}/${filename}"; url = "https://github.com/obsidianmd/obsidian-releases/releases/download/v${version}/${filename}";
hash = if stdenv.isDarwin then "sha256-5olNmOLE9AgVUyRY8PylUPGYIMS+KoDG3g2BMCySdyE=" else "sha256-oc2iA2E3ac/uUNv6unzfac5meHqQzmzDVl/M9jNpS/M="; hash = if stdenv.isDarwin then "sha256-RtIEjVaqYygylhZwFB9ObZPPhSSzvJTJniGVFzAa/VY=" else "sha256-QDxMgisyYc2lJ0OKn2hR0VA8OeAwysCq6Z4Q59qRvtU=";
}; };
icon = fetchurl { icon = fetchurl {