Merge pull request #264526 from janvotava/timoni0.15.0

timoni: 0.14.2 -> 0.15.0
This commit is contained in:
Mario Rodas 2023-10-31 07:15:32 -05:00 committed by GitHub
commit 562782d76b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,16 +6,16 @@
buildGo121Module rec {
pname = "timoni";
version = "0.14.2";
version = "0.15.0";
src = fetchFromGitHub {
owner = "stefanprodan";
repo = "timoni";
rev = "v${version}";
hash = "sha256-45OIj57gb8njYoks7SgIlcMjz07ShEz2G/EECaTRTQg=";
hash = "sha256-kMqQiFicuKa0j/li9UmitEeSof0vLlgGR4AMtJksROs=";
};
vendorHash = "sha256-lRZFRnft8vEntVxiLOBcR00FP8AXexLyo3h2LCNWN00=";
vendorHash = "sha256-tAqmTl+5tScXOaYWEvMs2RPTdyLTAemQN1VqOQGe6lU=";
subPackages = [ "cmd/timoni" ];
nativeBuildInputs = [ installShellFiles ];