ntfy-sh: 1.24.0 -> 1.25.2

This commit is contained in:
Arjan Schrijver 2022-06-03 09:22:12 +02:00
parent e6776218b6
commit c217af1031

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "ntfy-sh";
version = "1.24.0";
version = "1.25.2";
src = fetchFromGitHub {
owner = "binwiederhier";
repo = "ntfy";
rev = "v${version}";
sha256 = "sha256-Jw+8rgbevtk1Mzy/g+DryAk7a/RbQXpEtwPlqJRD/UM=";
sha256 = "sha256-xf0hk2GpBbjovZ1DIG6unnKQ297p8fjKZmgk/23IKdY=";
};
vendorSha256 = "sha256-MdbC+Hv8jSImg0d2HMeAmUdWLQT8+zSe+0mkIwHIJXM=";
vendorSha256 = "sha256-ZZdGve6+g0bhE+iqemWl9XtLRfUn4V3hbdVz/UhrxCA=";
doCheck = false;