Skip to content

Commit

Permalink
ktor-cli: 0.3.1 -> 0.4.0 (NixOS#375568)
Browse files Browse the repository at this point in the history
Co-authored-by: nartsisss <[email protected]>
  • Loading branch information
nixpkgs-merge-bot[bot] and nartsisss authored Jan 21, 2025
2 parents 162643c + 7c44569 commit 6ddd6c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/kt/ktor-cli/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

buildGoModule rec {
pname = "ktor-cli";
version = "0.3.1";
version = "0.4.0";

src = fetchFromGitHub {
owner = "ktorio";
repo = "ktor-cli";
tag = version;
hash = "sha256-UOO6hoUZazlrP+OJ6WCdY358wnRnAiQHEXrOpN7ZIvU=";
hash = "sha256-TGwkGm1Rsg82f6FJeTnhyvfS2MRMe5+DTdxTsOwwb1Q=";
};

subPackages = "cmd/ktor";
Expand Down

0 comments on commit 6ddd6c0

Please sign in to comment.