Merge pull request #332048 from r-ryantm/auto-update/silverbullet

silverbullet: 0.8.4 -> 0.9.0
This commit is contained in:
Sebastián Mancilla 2024-08-13 21:41:49 -04:00 committed by GitHub
commit a76fb753af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,11 +7,11 @@
}: }:
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "silverbullet"; pname = "silverbullet";
version = "0.8.4"; version = "0.9.0";
src = fetchurl { src = fetchurl {
url = "https://github.com/silverbulletmd/silverbullet/releases/download/${finalAttrs.version}/silverbullet.js"; url = "https://github.com/silverbulletmd/silverbullet/releases/download/${finalAttrs.version}/silverbullet.js";
hash = "sha256-lekn5WzOqPqWDos/h62WuQQrlDCM2NBOr3Qlm13o8PY="; hash = "sha256-EoDq85jrEU6akBYrrpO+ddkp+3fF18ePjVEdQ2a18BM=";
}; };
dontUnpack = true; dontUnpack = true;