summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2021-01-31 07:18:19 -0500
committerGitHub <noreply@github.com>2021-01-31 07:18:19 -0500
commit62f8f3674eab7b880a76c145b5ef5d89203558bb (patch)
tree86d4c2b2a409267de461e6a96fd594e6dfa30ade /pkgs
parent97e9ae9b16ecdf500cff540c5fd1dd7db495643f (diff)
parent8bf5cd4b24baf8fdc7e0cc33c355e608fdb0a33a (diff)
Merge pull request #111352 from r-ryantm/auto-update/obsidian
obsidian: 0.10.8 -> 0.10.11
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/misc/obsidian/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/obsidian/default.nix b/pkgs/applications/misc/obsidian/default.nix
index 0d10767e5b10..57400fe100c7 100644
--- a/pkgs/applications/misc/obsidian/default.nix
+++ b/pkgs/applications/misc/obsidian/default.nix
@@ -30,12 +30,12 @@ let
in stdenv.mkDerivation rec {
pname = "obsidian";
- version = "0.10.8";
+ version = "0.10.11";
src = fetchurl {
url =
"https://github.com/obsidianmd/obsidian-releases/releases/download/v${version}/obsidian-${version}.asar.gz";
- sha256 = "M+iIvnenfe+4JUKLvGDJXub8d5t2BLoPTo5MrF+5xy4=";
+ sha256 = "RQdNTzorFq3W8clNObyOisKWUM/s+bE/CbpJ/8ABbrk=";
};
nativeBuildInputs = [ makeWrapper graphicsmagick ];