We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8b348c commit 3cd7304Copy full SHA for 3cd7304
pkgs/by-name/ot/ots/package.nix
@@ -6,16 +6,16 @@
6
7
buildGoModule rec {
8
pname = "ots";
9
- version = "0.2.0";
+ version = "0.3.1";
10
11
src = fetchFromGitHub {
12
owner = "sniptt-official";
13
repo = pname;
14
rev = "v${version}";
15
- hash = "sha256-Oxs2ytf0rY9QYzVaLUkqyX15oWjas3ukSkq9D1TYbDE=";
+ hash = "sha256-GOCuH9yiVs3N3sHCCoSGaQkaaJs4NY/klNBRWjZGLE4=";
16
};
17
18
- vendorHash = "sha256-qYk8T0sYIO0wJ0R0j+0VetCy11w8usIRRdBm/Z6grJE=";
+ vendorHash = "sha256-fLElExANWdPCCqpCAofqp0kba/FsQEHEhlxOFaC/kZw=";
19
20
ldflags = [
21
"-X main.version=${version}"
0 commit comments