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 41edc75 commit c6cf289Copy full SHA for c6cf289
pkgs/by-name/ok/okms-cli/package.nix
@@ -9,16 +9,16 @@
9
10
buildGoModule rec {
11
pname = "okms-cli";
12
- version = "0.1.2";
+ version = "0.1.4";
13
14
src = fetchFromGitHub {
15
owner = "ovh";
16
repo = "okms-cli";
17
rev = "refs/tags/v${version}";
18
- hash = "sha256-We1Aq9dOzEa7M6tG8kiVGfWhXfkpdZaJsJ5MCM/HZL4=";
+ hash = "sha256-qdMmSchLP4xDUgDFomwvRyiljIFrhT8ydH1kkmr7vvw=";
19
};
20
21
- vendorHash = "sha256-DyIqsvqTi6Yq8MADty/iSiDLgdd2vP/IDyCOm0yaQzk=";
+ vendorHash = "sha256-cPPHzYNMEQEllz1yCQGiW/EYPVv3cfkOswqf+9d9Onw=";
22
23
ldflags = [
24
"-s"
0 commit comments