packages/ghost: 4.32.3 -> 4.39.0

This commit is contained in:
Max Headroom 2022-03-13 01:05:23 +01:00
parent d6ed143a42
commit 63d1cca14a

View file

@ -13,10 +13,10 @@ let
});
in
{
ghost = (let version = "4.32.3"; in dream2nix.makeFlakeOutputs {
ghost = (let version = "4.39.0"; in dream2nix.makeFlakeOutputs {
source = pkgs.fetchzip {
url = "https://github.com/TryGhost/Ghost/releases/download/v${version}/Ghost-${version}.zip";
sha256 = "sha256-XneO6es3eeJz4v1JnWtUfm27zwUW2Wy3hTIHUF7UrFc=";
sha256 = "sha256-9XZCe1nd+jeinJHEAbZfLWAiEZK4QqdRxgE2byBkuAc=";
stripRoot = false;
};
}).packages.${system}.ghost;