Merge pull request #255850 from janvotava/timoni0.13.1

timoni: 0.12.1 -> 0.13.1
This commit is contained in:
Weijia Wang
2023-09-18 22:23:05 +02:00
committed by GitHub
@@ -1,21 +1,21 @@
{ lib
, buildGoModule
, buildGo121Module
, fetchFromGitHub
, installShellFiles
}:
buildGoModule rec {
buildGo121Module rec {
pname = "timoni";
version = "0.12.1";
version = "0.13.1";
src = fetchFromGitHub {
owner = "stefanprodan";
repo = "timoni";
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" ];
nativeBuildInputs = [ installShellFiles ];