gh-notify: 0-unstable-2024-04-24 -> 0-unstable-2024-08-01

This commit is contained in:
Loïc Reynier 2024-08-28 15:29:05 +00:00
parent c43e1423ff
commit a581f86b10
No known key found for this signature in database
GPG Key ID: 6213A7D3F83C856A

View File

@ -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 = [