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