silverbullet: 0.9.0 -> 0.9.2

This commit is contained in:
R. Ryantm 2024-08-19 09:41:05 +00:00
parent 625941e1a9
commit e0794de53a

View File

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