From a581f86b106457cce7041b9ad300c473ef3ca007 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Reynier?= Date: Wed, 28 Aug 2024 15:29:05 +0000 Subject: [PATCH] gh-notify: 0-unstable-2024-04-24 -> 0-unstable-2024-08-01 --- pkgs/by-name/gh/gh-notify/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/gh/gh-notify/package.nix b/pkgs/by-name/gh/gh-notify/package.nix index 402d409e6cae..891b8843c926 100644 --- a/pkgs/by-name/gh/gh-notify/package.nix +++ b/pkgs/by-name/gh/gh-notify/package.nix @@ -23,13 +23,13 @@ let in stdenvNoCC.mkDerivation { pname = "gh-notify"; - version = "0-unstable-2024-04-24"; + version = "0-unstable-2024-08-01"; src = fetchFromGitHub { owner = "meiji163"; repo = "gh-notify"; - rev = "5c2db4cffe39f312d25979dc366f2bc219def9a2"; - hash = "sha256-AgpNjeRz0RHf8D3ib7x1zixBxh32UUZJleub5W/suuM="; + rev = "556df2eecdc0f838244a012759da0b76bcfeb2e7"; + hash = "sha256-WKv/1AW8wtl7kQ3PE7g2N0ELvdHtons7pYb0K8wsfWg="; }; nativeBuildInputs = [