ktor-cli: 0.3.0 -> 0.3.1 (#363478)

This commit is contained in:
nixpkgs-merge-bot[bot] 2024-12-10 02:39:27 +00:00 committed by GitHub
commit a6433e9db8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "ktor-cli";
version = "0.3.0";
version = "0.3.1";
src = fetchFromGitHub {
owner = "ktorio";
repo = "ktor-cli";
rev = "refs/tags/${version}";
hash = "sha256-6KPi7CntJjzKfpOgHlGOv20ifIu+FT63dLeq+ko4jMc=";
hash = "sha256-UOO6hoUZazlrP+OJ6WCdY358wnRnAiQHEXrOpN7ZIvU=";
};
subPackages = "cmd/ktor";