Skip to content

Commit

Permalink
ktailctl: 0.18.1 -> 0.18.2 (#363671)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Dec 9, 2024
1 parent a4e7568 commit 013e057
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/ktailctl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,20 @@
}:

let
version = "0.18.1";
version = "0.18.2";

src = fetchFromGitHub {
owner = "f-koehler";
repo = "KTailctl";
rev = "v${version}";
hash = "sha256-hlpxim4Vm/C37ts+Q/t9swCejKEE97R1QlP+Y2jNWoM=";
hash = "sha256-nxYgpIUNgWhWnrd5rqSH2r1QKhWPJwxlIQl6F9PmjpU=";
};

goDeps = (buildGo123Module {
pname = "ktailctl-go-wrapper";
inherit src version;
modRoot = "src/wrapper";
vendorHash = "sha256-KdkvAPLnoC7DccRVIz7t/Ns71dnG59DpO5qwOhJk7qc=";
vendorHash = "sha256-UjgHfR+MJ8ROqOPIM0ZkqgFGVEkw8gKYlVQ6oxoIcgE=";
}).goModules;
in
stdenv.mkDerivation {
Expand Down

0 comments on commit 013e057

Please sign in to comment.