Skip to content

Commit e2071b8

Browse files
authored
qbec: 0.16.2 -> 0.16.3 (#364517)
2 parents 88e1af4 + 56bdda7 commit e2071b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/qb/qbec/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77

88
buildGoModule rec {
99
pname = "qbec";
10-
version = "0.16.2";
10+
version = "0.16.3";
1111

1212
src = fetchFromGitHub {
1313
owner = "splunk";
1414
repo = "qbec";
1515
rev = "v${version}";
16-
sha256 = "sha256-BNVQu4SJl5JsJMEoyfq4ZIo8vGDKyNPdYrKJI/oLxeQ=";
16+
sha256 = "sha256-zi8UPDJxa6SJslVTi6uOxph/au42LPRSCZ/oohXPYFs=";
1717
};
1818

19-
vendorHash = "sha256-TcIiSoKIS0PX8Jk6dBpc4BJAzR7YeSu9pay/grOQs5w=";
19+
vendorHash = "sha256-n0z4kErg0Y3uSwF8tCqM2AJs5rCuHOZONjhqMPSmeK4=";
2020

2121
doCheck = false;
2222

0 commit comments

Comments
 (0)