about summary refs log tree commit diff
path: root/pkgs/servers/web-apps
diff options
context:
space:
mode:
authorphaer <hello@phaer.org>2024-02-20 10:24:59 +0100
committerphaer <hello@phaer.org>2024-04-05 12:13:17 +0000
commite92a4bdf78be94542519dfebbd9097c78af9de74 (patch)
tree704dbefbb6978d1af82b696a047446c7083b54b7 /pkgs/servers/web-apps
parent0862fe5dcb4733139a34cafb9a8f3b5cd8bed8bc (diff)
healthchecks: 3.1 -> 3.2
Diffstat (limited to 'pkgs/servers/web-apps')
-rw-r--r--pkgs/servers/web-apps/healthchecks/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/web-apps/healthchecks/default.nix b/pkgs/servers/web-apps/healthchecks/default.nix
index 2f81c22617263..0e542e59fd67d 100644
--- a/pkgs/servers/web-apps/healthchecks/default.nix
+++ b/pkgs/servers/web-apps/healthchecks/default.nix
@@ -13,14 +13,14 @@ let
 in
 py.pkgs.buildPythonApplication rec {
   pname = "healthchecks";
-  version = "3.1";
+  version = "3.2";
   format = "other";
 
   src = fetchFromGitHub {
     owner = "healthchecks";
     repo = pname;
     rev = "refs/tags/v${version}";
-    sha256 = "sha256-T/0u1ZRte+6PJZgwndTJXe4I9b8x+JXQjQMohZ2xB2g=";
+    sha256 = "sha256-TAhr1PeoGp/zqsnJz9C/w7auip4RdRIFSxvo6haOG0Q=";
   };
 
   propagatedBuildInputs = with py.pkgs; [