gcov2lcov: 1.0.6 -> 1.1.0

This commit is contained in:
R. Ryantm
2024-10-13 08:13:06 +00:00
parent 476bcb4bf0
commit b4607ffd82
+3 -3
View File
@@ -5,16 +5,16 @@
buildGoModule rec {
pname = "gcov2lcov";
version = "1.0.6";
version = "1.1.0";
src = fetchFromGitHub {
owner = "jandelgado";
repo = "gcov2lcov";
rev = "v${version}";
hash = "sha256-S5fAhd0bh1XEeQwaya8LvnKQ/iz4PjAbpjK4uFI6H1g=";
hash = "sha256-E8TPxaKJTd+5OP9e5S1FD5aZP42nJvjiqqNs4xP9gm4=";
};
vendorHash = "sha256-r95PFkTywGiDIEnDfLpzt97SkuDeXo4xg2N7ikG0hs0=";
vendorHash = "sha256-/2OIBWXbNch6lmw0C1jkyJfNefJXOVG9/jNW8CYHTsc=";
ldflags = [ "-s" "-w" ];