Merge pull request #335774 from r-ryantm/auto-update/silverbullet

silverbullet: 0.9.0 -> 0.9.2
This commit is contained in:
nixpkgs-merge-bot[bot]
2024-08-20 10:56:25 +00:00
committed by GitHub
+2 -2
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;