goread: 1.6.5 -> 1.7.0

This commit is contained in:
R. Ryantm
2024-11-23 02:17:51 +00:00
parent 811c0af5f5
commit b5f4eca837
+3 -3
View File
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "goread";
version = "1.6.5";
version = "1.7.0";
src = fetchFromGitHub {
owner = "TypicalAM";
repo = "goread";
rev = "v${version}";
hash = "sha256-SRVXcdgtRpWqvO28CnUcx40nFJnG+Hd94Ezgaj5xK6A=";
hash = "sha256-a30i8eh7asc4nlomrEFV3EgwMs69UUyXPWiRQ5w6Xvc=";
};
vendorHash = "sha256-/kxEnw8l9S7WNMcPh1x7xqiQ3L61DSn6DCIvJlyrip0=";
vendorHash = "sha256-S/0uuy/G7ZT239OgKaOT1dmY+u5/lnZKL4GtbEi2zCI=";
env.TEST_OFFLINE_ONLY = 1;