Commit d179a5e5 authored by phaer's avatar phaer
Browse files

healthchecks: 3.4 -> 3.6

parent 00b7da69
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ import ../make-test-python.nix ({ lib, pkgs, ... }: {

    with subtest("Home screen loads"):
        machine.succeed(
            "curl -sSfL http://localhost:8000 | grep '<title>Sign In'"
            "curl -sSfL http://localhost:8000 | grep '<title>Log In'"
        )

    with subtest("Setting SITE_NAME via freeform option works"):
+2 −2
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@ let
in
py.pkgs.buildPythonApplication rec {
  pname = "healthchecks";
  version = "3.4";
  version = "3.6";
  format = "other";

  src = fetchFromGitHub {
    owner = "healthchecks";
    repo = pname;
    rev = "refs/tags/v${version}";
    sha256 = "sha256-hiuw7XfCDy+9fzuQMaeN9+XsENeBI1RNXy8IM1HIFhI=";
    sha256 = "sha256-aKt9L3ZgZ8HffcNNJaR+hAI38raWuLp2q/6+rvkl2pM=";
  };

  propagatedBuildInputs = with py.pkgs; [