Skip to content

Commit c6cf289

Browse files
committed
okms-cli: 0.1.2 -> 0.1.4
1 parent 41edc75 commit c6cf289

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ok/okms-cli/package.nix

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

1010
buildGoModule rec {
1111
pname = "okms-cli";
12-
version = "0.1.2";
12+
version = "0.1.4";
1313

1414
src = fetchFromGitHub {
1515
owner = "ovh";
1616
repo = "okms-cli";
1717
rev = "refs/tags/v${version}";
18-
hash = "sha256-We1Aq9dOzEa7M6tG8kiVGfWhXfkpdZaJsJ5MCM/HZL4=";
18+
hash = "sha256-qdMmSchLP4xDUgDFomwvRyiljIFrhT8ydH1kkmr7vvw=";
1919
};
2020

21-
vendorHash = "sha256-DyIqsvqTi6Yq8MADty/iSiDLgdd2vP/IDyCOm0yaQzk=";
21+
vendorHash = "sha256-cPPHzYNMEQEllz1yCQGiW/EYPVv3cfkOswqf+9d9Onw=";
2222

2323
ldflags = [
2424
"-s"

0 commit comments

Comments
 (0)