Merge pull request #326382 from aorith/silverbullet-081

silverbullet: 0.7.7 -> 0.8.1
This commit is contained in:
Peder Bergebakken Sundt 2024-07-18 01:40:58 +02:00 committed by GitHub
commit fbc1acfb1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,11 +6,11 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "silverbullet";
version = "0.7.7";
version = "0.8.1";
src = fetchurl {
url = "https://github.com/silverbulletmd/silverbullet/releases/download/${finalAttrs.version}/silverbullet.js";
hash = "sha256-EhHPysliRi1bv/skS4+ljQW6qFsijmSup1+7/fVfFdg=";
hash = "sha256-aofO1IBjxew9r2hC1uEyLYSZrVUoGo4Y7igKbaxs2G0=";
};
dontUnpack = true;