Commit e0794de5 authored by R. RyanTM's avatar R. RyanTM
Browse files

silverbullet: 0.9.0 -> 0.9.2

parent 625941e1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;