Skip to content

Commit 3cd7304

Browse files
committed
ots: 0.2.0 -> 0.3.1
1 parent d8b348c commit 3cd7304

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ot/ots/package.nix

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

77
buildGoModule rec {
88
pname = "ots";
9-
version = "0.2.0";
9+
version = "0.3.1";
1010

1111
src = fetchFromGitHub {
1212
owner = "sniptt-official";
1313
repo = pname;
1414
rev = "v${version}";
15-
hash = "sha256-Oxs2ytf0rY9QYzVaLUkqyX15oWjas3ukSkq9D1TYbDE=";
15+
hash = "sha256-GOCuH9yiVs3N3sHCCoSGaQkaaJs4NY/klNBRWjZGLE4=";
1616
};
1717

18-
vendorHash = "sha256-qYk8T0sYIO0wJ0R0j+0VetCy11w8usIRRdBm/Z6grJE=";
18+
vendorHash = "sha256-fLElExANWdPCCqpCAofqp0kba/FsQEHEhlxOFaC/kZw=";
1919

2020
ldflags = [
2121
"-X main.version=${version}"

0 commit comments

Comments
 (0)