gdlv: 1.15.0 -> 1.16.0 (#512228)

This commit is contained in:
Nick Cao
2026-04-22 19:40:51 +00:00
committed by GitHub
+2 -2
View File
@@ -5,13 +5,13 @@
}:
buildGoModule (finalAttrs: {
pname = "gdlv";
version = "1.15.0";
version = "1.16.0";
src = fetchFromGitHub {
owner = "aarzilli";
repo = "gdlv";
rev = "v${finalAttrs.version}";
hash = "sha256-YHv/PfkQh0detM3p62oDWhEG8PWCupaBhwbxz8rHRdI=";
hash = "sha256-jR19vfYfIeXe0k3/S0Zjft9abND0uN8o2Z8SllgpUYw=";
};
vendorHash = null;