silverbullet: 0.8.1 -> 0.8.2

This commit is contained in:
Manuel Sanchez Pinar 2024-07-18 16:49:51 +02:00
parent 84915e9f8e
commit 770002a92e
No known key found for this signature in database

View File

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