diffnav: 0.2.8 -> 0.3.0 (#371978)

Co-authored-by: amesgen <amesgen@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-01-08 10:03:00 +00:00
committed by GitHub
co-authored by amesgen
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "diffnav";
version = "0.2.8";
version = "0.3.0";
src = fetchFromGitHub {
owner = "dlvhdr";
repo = "diffnav";
rev = "refs/tags/v${version}";
hash = "sha256-xZAi/Ky1RjOxjhQKHvozaPTqDPcrGfhMemGWzi7WyW4=";
hash = "sha256-JXxeRq8OuTvzkbxDr1xVXeW0RFtCRyEbhCGvXeWHb0g=";
};
vendorHash = "sha256-2JjQF+fwl8+Xoq9T3jCvngRAOa3935zpi9qbF4w4hEI=";