frankenphp: 1.9.0 -> 1.9.1 (#441615)

authored by

Wolfgang Walther and committed by
GitHub
716c7b21 72d4913a

+3 -3
+3 -3
pkgs/by-name/fr/frankenphp/package.nix
··· 31 31 in 32 32 buildGoModule rec { 33 33 pname = "frankenphp"; 34 - version = "1.9.0"; 34 + version = "1.9.1"; 35 35 36 36 src = fetchFromGitHub { 37 37 owner = "dunglas"; 38 38 repo = "frankenphp"; 39 39 tag = "v${version}"; 40 - hash = "sha256-fa9IWIypPAXRDw5KsiJkNGaRP4lH50xb4PVWYa5guwE="; 40 + hash = "sha256-zkB/kN6noCkUyUsXAbaWeRq1fpNErTcZPzDRoRp+LtM="; 41 41 }; 42 42 43 43 sourceRoot = "${src.name}/caddy"; ··· 45 45 # frankenphp requires C code that would be removed with `go mod tidy` 46 46 # https://github.com/golang/go/issues/26366 47 47 proxyVendor = true; 48 - vendorHash = "sha256-vmOlqPhU5sKwRYgZQ0LVE1eMWEtSLTduAeRLEm7gLcI="; 48 + vendorHash = "sha256-scL015vSSfhuK06UZFRxK0Sk9dG6W3AOuFSPTogTCfI="; 49 49 50 50 buildInputs = [ 51 51 phpUnwrapped