silverbullet: 0.9.2 -> 0.9.4 (#342120)

This commit is contained in:
nixpkgs-merge-bot[bot]
2024-09-16 09:39:01 +00:00
committed by GitHub
+2 -2
View File
@@ -7,11 +7,11 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "silverbullet";
version = "0.9.2";
version = "0.9.4";
src = fetchurl {
url = "https://github.com/silverbulletmd/silverbullet/releases/download/${finalAttrs.version}/silverbullet.js";
hash = "sha256-USk15jzTLcy+t8IzLEAySRZJMlIompugIpqAJTcoxho=";
hash = "sha256-J0fy1e/ObpujBNSRKA55oU30kXNfus+5P2ebggEN6Dw=";
};
dontUnpack = true;