Skip to content

Commit

Permalink
ktailctl: 0.17.2 -> 0.18.0 (#344934)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Sep 27, 2024
2 parents 76441cb + 10585c0 commit adec8be
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pkgs/applications/networking/ktailctl/default.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{ lib
, stdenv
, fetchFromGitHub
, buildGoModule
, buildGo123Module
, cmake
, extra-cmake-modules
, git
, go
, go_1_23
, wrapQtAppsHook
, qtbase
, qtdeclarative
Expand All @@ -23,20 +23,20 @@
}:

let
version = "0.17.2";
version = "0.18.0";

src = fetchFromGitHub {
owner = "f-koehler";
repo = "KTailctl";
rev = "v${version}";
hash = "sha256-jACcTRIdzYiSLy7zw5QuDu9tZfee9ufhlEecbTbSr+4=";
hash = "sha256-tZnwn94qZyQ8JAC6Y1dDTmc7Cob+kMZnEaP7+EytbH8=";
};

goDeps = (buildGoModule {
goDeps = (buildGo123Module {
pname = "ktailctl-go-wrapper";
inherit src version;
modRoot = "src/wrapper";
vendorHash = "sha256-V4Bn5/VaoFOZlNGBedA4Ly8Kocw0BWyfIHv8IU6Eay4=";
vendorHash = "sha256-KdkvAPLnoC7DccRVIz7t/Ns71dnG59DpO5qwOhJk7qc=";
}).goModules;
in
stdenv.mkDerivation {
Expand All @@ -61,7 +61,7 @@ stdenv.mkDerivation {
cmake
extra-cmake-modules
git
go
go_1_23
wrapQtAppsHook
];

Expand Down

0 comments on commit adec8be

Please sign in to comment.