mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
clive: 0.12.9 -> 0.12.11
https://github.com/koki-develop/clive/releases/tag/v0.12.10 https://github.com/koki-develop/clive/releases/tag/v0.12.11 Signed-off-by: misilelab <misileminecord@gmail.com>
This commit is contained in:
parent
5c0c4807e4
commit
9abed4e0e1
1 changed files with 3 additions and 3 deletions
|
@ -10,16 +10,16 @@
|
||||||
}:
|
}:
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "clive";
|
pname = "clive";
|
||||||
version = "0.12.9";
|
version = "0.12.11";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "koki-develop";
|
owner = "koki-develop";
|
||||||
repo = "clive";
|
repo = "clive";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-mNx5SCBvhpxk9IkKp1j0oyPNZl91cAKHGIUzyYf+bYU=";
|
hash = "sha256-BAKZTWcC8EzDTlQZUJBzVQNF0kDBY7Lx+8ZFAYgoWlQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-jHvr2tWp8iscm6vgHdRTYlFmPOWlRG3lz8hl4PM6e/c=";
|
vendorHash = "sha256-ljjSopfKGSotJx52SScl7KwFyKbFF9uxQMODjuZH4vc=";
|
||||||
subPackages = [ "." ];
|
subPackages = [ "." ];
|
||||||
buildInputs = [ ttyd ];
|
buildInputs = [ ttyd ];
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue