Merge pull request #258716 from janvotava/timoni0.14.0

timoni: 0.13.1 -> 0.14.0
This commit is contained in:
Fabián Heredia Montiel 2023-10-04 15:55:50 -06:00 committed by GitHub
commit 5363e5b1ac
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.13.1";
version = "0.14.0";
src = fetchFromGitHub {
owner = "stefanprodan";
repo = "timoni";
rev = "v${version}";
hash = "sha256-fuDc9EMSjBE0DiZ+OiuRXTRlxnO4/2yxkDsdKpVdg5w=";
hash = "sha256-UYHb469x4VnFffjO9CfSyn0ZzLLaAee2WpWGFAQjBpA=";
};
vendorHash = "sha256-RdfFesMgQU+Iezg9tE3RJ0Tk6jjIWY+ByJoKqUVWHwA=";
vendorHash = "sha256-JDaQL+ferkYI74OUqgfopny8uFEg0J84JX1VtO5URpE=";
subPackages = [ "cmd/timoni" ];
nativeBuildInputs = [ installShellFiles ];