Skip to content

Commit 1635196

Browse files
gcov2lcov: 1.1.0 -> 1.1.1 (#360205)
2 parents adf9e07 + 4c5015a commit 1635196

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/gc/gcov2lcov/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55

66
buildGoModule rec {
77
pname = "gcov2lcov";
8-
version = "1.1.0";
8+
version = "1.1.1";
99

1010
src = fetchFromGitHub {
1111
owner = "jandelgado";
1212
repo = "gcov2lcov";
1313
rev = "v${version}";
14-
hash = "sha256-E8TPxaKJTd+5OP9e5S1FD5aZP42nJvjiqqNs4xP9gm4=";
14+
hash = "sha256-ifXpT5jGNaStqvzP5Rq6Hf6PFhpiKMRC+eSYOZfzt+s=";
1515
};
1616

1717
vendorHash = "sha256-/2OIBWXbNch6lmw0C1jkyJfNefJXOVG9/jNW8CYHTsc=";

0 commit comments

Comments
 (0)