about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2022-12-14 22:01:27 +0000
committerGitHub <noreply@github.com>2022-12-14 22:01:27 +0000
commit3f028804b3dd899e30995b5a10e6278392a65ed8 (patch)
treeff2d4a119b9d652f91c3cc800b6b40e3ce23abb0 /pkgs
parentb955ac25e095324d648a47852e3448e81d2cbdb0 (diff)
parentdfac3e4480ca83402940823ba9f78fe537ca9d6e (diff)
downloadnixlib-3f028804b3dd899e30995b5a10e6278392a65ed8.tar
nixlib-3f028804b3dd899e30995b5a10e6278392a65ed8.tar.gz
nixlib-3f028804b3dd899e30995b5a10e6278392a65ed8.tar.bz2
nixlib-3f028804b3dd899e30995b5a10e6278392a65ed8.tar.lz
nixlib-3f028804b3dd899e30995b5a10e6278392a65ed8.tar.xz
nixlib-3f028804b3dd899e30995b5a10e6278392a65ed8.tar.zst
nixlib-3f028804b3dd899e30995b5a10e6278392a65ed8.zip
Merge pull request #206136 from SuperSandro2000/healthchecks
healthchecks: 2.4.1 -> 2.5
Diffstat (limited to 'pkgs')
-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 71ed8db3c9fc..b292ef34bc54 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 = "2.4.1";
+  version = "2.5";
   format = "other";
 
   src = fetchFromGitHub {
     owner = "healthchecks";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-K2zA0ZkAPMgm+IofNiCf+mVTF/RIoorTupWLOowT29g=";
+    sha256 = "sha256-luwFY1iBtFL+Ye7nP68eIgqlpvMUKnxwdNxkBI7pX/c=";
   };
 
   propagatedBuildInputs = with py.pkgs; [