Skip to content

Commit

Permalink
timoni: 0.13.1 -> 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
janvotava committed Oct 3, 2023
1 parent 4d29250 commit 7338560
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/cluster/timoni/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 7338560

Please sign in to comment.