0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

ktor-cli: 0.2.1 -> 0.3.0

This commit is contained in:
R. Ryantm 2024-11-15 15:14:24 +00:00
parent 70548b93f0
commit 2a3ed9535e

View file

@ -6,18 +6,18 @@
buildGoModule rec {
pname = "ktor-cli";
version = "0.2.1";
version = "0.3.0";
src = fetchFromGitHub {
owner = "ktorio";
repo = "ktor-cli";
rev = "refs/tags/${version}";
hash = "sha256-rIXyLqXEfbw0YR8+0N5XyntsB8H0D5DvJTneatuC48s=";
hash = "sha256-6KPi7CntJjzKfpOgHlGOv20ifIu+FT63dLeq+ko4jMc=";
};
subPackages = "cmd/ktor";
vendorHash = "sha256-gu/tuQPScSN0qsNd3fz/tz1ck6OGj/lupnNd/xLJxmk=";
vendorHash = "sha256-ITYNSq2hs0QcOZZShkwtjZVcSyGY1uCmhgoZ0l9nPP0=";
ldflags = [
"-s"