Merge pull request #253241 from janvotava/timoni0.12.1

timoni: 0.11.1 -> 0.12.1
This commit is contained in:
Weijia Wang 2023-09-05 23:48:52 +02:00 committed by GitHub
commit a6ecea64aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "timoni";
version = "0.11.1";
version = "0.12.1";
src = fetchFromGitHub {
owner = "stefanprodan";
repo = "timoni";
rev = "v${version}";
hash = "sha256-o5s/3c6fi6aYzKIBKq23U6FtzueDN0WVsG/wdCMEjDU=";
hash = "sha256-GILJAaid1kSO9281HQx7NI+mjmyJbTYTkwhvX4V/Idc=";
};
vendorHash = "sha256-rMLswgEWWaDupBHDXs/JATaaw4n5D+LjlM72eq8hPAM=";
vendorHash = "sha256-nGYAk9dwQ/+3SmNqGzbpptqBDAO/vNT9jhlcJf4y8jg=";
subPackages = [ "cmd/timoni" ];
nativeBuildInputs = [ installShellFiles ];