packages/ghost: 4.39.0 -> 4.41.3

This commit is contained in:
Max Headroom 2022-04-02 18:59:20 +02:00
parent 354f912e92
commit 22c096ac08

View file

@ -17,11 +17,11 @@ in
{
packages = {
ghost = let
version = "4.39.0";
version = "4.41.3";
dream = dream2nix.makeFlakeOutputs {
source = pkgs.fetchzip {
url = "https://github.com/TryGhost/Ghost/releases/download/v${version}/Ghost-${version}.zip";
sha256 = "sha256-9XZCe1nd+jeinJHEAbZfLWAiEZK4QqdRxgE2byBkuAc=";
sha256 = "sha256-mqN43LSkd9MHoIHyGS1VsPvpqWqX4Bx5KHcp3KOHw5A=";
stripRoot = false;
};
};