goread: 1.7.0 -> 1.7.1

This commit is contained in:
R. Ryantm
2024-12-11 08:12:22 +00:00
parent d87246a418
commit 037efbc6fe
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "goread";
version = "1.7.0";
version = "1.7.1";
src = fetchFromGitHub {
owner = "TypicalAM";
repo = "goread";
rev = "v${version}";
hash = "sha256-a30i8eh7asc4nlomrEFV3EgwMs69UUyXPWiRQ5w6Xvc=";
hash = "sha256-tWQVqHtuTCHrsZu3CfTWUQzvUYbQrrdJoWHp43dfPEE=";
};
vendorHash = "sha256-S/0uuy/G7ZT239OgKaOT1dmY+u5/lnZKL4GtbEi2zCI=";