Skip to content

Commit

Permalink
Merge pull request #335774 from r-ryantm/auto-update/silverbullet
Browse files Browse the repository at this point in the history
silverbullet: 0.9.0 -> 0.9.2
  • Loading branch information
nixpkgs-merge-bot[bot] authored Aug 20, 2024
2 parents 4fb57d3 + e0794de commit db69638
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/si/silverbullet/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit db69638

Please sign in to comment.