goread: 1.7.2 -> 1.7.3

This commit is contained in:
R. Ryantm
2025-01-14 06:29:38 +00:00
parent 9b8c09ebfa
commit 1e8be90a09
+3 -3
View File
@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "goread";
version = "1.7.2";
version = "1.7.3";
src = fetchFromGitHub {
owner = "TypicalAM";
repo = "goread";
rev = "v${version}";
hash = "sha256-8QjroS0aKALcrDJkpihD70iJJBdiVP4Q2j2n3BsY71w=";
hash = "sha256-2C/PejWCwLdWu9n2hpbm3u/UrD56JCJqG+A7xnn/bP4=";
};
vendorHash = "sha256-S/0uuy/G7ZT239OgKaOT1dmY+u5/lnZKL4GtbEi2zCI=";
vendorHash = "sha256-3H2n/VsJHZ/69YR6P38B36mFz85cNHaTtT9N0YQOVew=";
env.TEST_OFFLINE_ONLY = 1;