mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-11 00:04:11 +00:00
timoni: 0.12.1 -> 0.13.1
This commit is contained in:
parent
79b7aacb8b
commit
6bd6bd649a
@ -1,21 +1,21 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, buildGoModule
|
, buildGo121Module
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, installShellFiles
|
, installShellFiles
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGo121Module rec {
|
||||||
pname = "timoni";
|
pname = "timoni";
|
||||||
version = "0.12.1";
|
version = "0.13.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "stefanprodan";
|
owner = "stefanprodan";
|
||||||
repo = "timoni";
|
repo = "timoni";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-GILJAaid1kSO9281HQx7NI+mjmyJbTYTkwhvX4V/Idc=";
|
hash = "sha256-fuDc9EMSjBE0DiZ+OiuRXTRlxnO4/2yxkDsdKpVdg5w=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-nGYAk9dwQ/+3SmNqGzbpptqBDAO/vNT9jhlcJf4y8jg=";
|
vendorHash = "sha256-RdfFesMgQU+Iezg9tE3RJ0Tk6jjIWY+ByJoKqUVWHwA=";
|
||||||
|
|
||||||
subPackages = [ "cmd/timoni" ];
|
subPackages = [ "cmd/timoni" ];
|
||||||
nativeBuildInputs = [ installShellFiles ];
|
nativeBuildInputs = [ installShellFiles ];
|
||||||
|
Loading…
Reference in New Issue
Block a user