Skip to content

Commit

Permalink
okms-cli: 0.1.2 -> 0.1.4 (NixOS#366520)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Dec 19, 2024
2 parents f332b90 + c6cf289 commit 0ee0187
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ok/okms-cli/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@

buildGoModule rec {
pname = "okms-cli";
version = "0.1.2";
version = "0.1.4";

src = fetchFromGitHub {
owner = "ovh";
repo = "okms-cli";
rev = "refs/tags/v${version}";
hash = "sha256-We1Aq9dOzEa7M6tG8kiVGfWhXfkpdZaJsJ5MCM/HZL4=";
hash = "sha256-qdMmSchLP4xDUgDFomwvRyiljIFrhT8ydH1kkmr7vvw=";
};

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

ldflags = [
"-s"
Expand Down

0 comments on commit 0ee0187

Please sign in to comment.