Merge pull request #293496 from janvotava/timoni0.20.0

timoni: 0.17.0 -> 0.20.0
This commit is contained in:
Jon Seager
2024-03-06 12:37:01 +00:00
committed by GitHub
@@ -1,21 +1,21 @@
{ lib
, buildGoModule
, buildGo122Module
, fetchFromGitHub
, installShellFiles
}:
buildGoModule rec {
buildGo122Module rec {
pname = "timoni";
version = "0.17.0";
version = "0.20.0";
src = fetchFromGitHub {
owner = "stefanprodan";
repo = "timoni";
rev = "v${version}";
hash = "sha256-KhDig31BGMmKVrLVFcTXNKjsyAUTb6KEX5PJV2rkMgM=";
hash = "sha256-zQawfzwQNQvtta7lIOtePGI67Y4iXzEBGqd5YiOKAVY=";
};
vendorHash = "sha256-3RbWHLQLLh/omGttY2wWv2nsuuTE8ALAqgQaiJY/EjI=";
vendorHash = "sha256-xQgSABaWY5FWHh2kcBB36fm3povFNpU18PjD4J6M4QM=";
subPackages = [ "cmd/timoni" ];
nativeBuildInputs = [ installShellFiles ];