reddit-tui: 0.3.6 -> 0.3.8

This commit is contained in:
R. Ryantm
2025-05-21 11:50:35 +00:00
parent efb042f57e
commit 25f8bf6e9b
+2 -2
View File
@@ -7,12 +7,12 @@
}:
buildGoModule (finalAttrs: {
pname = "reddit-tui";
version = "0.3.6";
version = "0.3.8";
src = fetchFromGitHub {
owner = "tonymajestro";
repo = "reddit-tui";
tag = "v${finalAttrs.version}";
hash = "sha256-5S5wEPoVqYxIIEBXlrP5a+0xF66n6FMWkH0iTdIxioo=";
hash = "sha256-RorH4O4SKZOGb9UmEr1vsKu2w21Fx9IcZbSlGPX8Kms=";
};
vendorHash = "sha256-Yqo80adzA9gtSD3qzM+fObzRt3WbcMATQef0g7/z2Dw=";
doCheck = false;