mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
ktailctl: 0.20.1 -> 0.20.2
Changelog: https://github.com/f-koehler/KTailctl/releases/tag/v0.20.2
This commit is contained in:
parent
3ac76b8cc7
commit
ab654f18fb
1 changed files with 3 additions and 3 deletions
|
@ -26,13 +26,13 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "0.20.1";
|
version = "0.20.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "f-koehler";
|
owner = "f-koehler";
|
||||||
repo = "KTailctl";
|
repo = "KTailctl";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-8vtNAqCDXbzEuGXqUZL26EMmVLJqSFu+E/zhK8VafLE=";
|
hash = "sha256-yMP+oAc1ZHr402j3NQOFLGFT/AK/PQ+figoVyOMEaus=";
|
||||||
};
|
};
|
||||||
|
|
||||||
goDeps =
|
goDeps =
|
||||||
|
@ -40,7 +40,7 @@ let
|
||||||
pname = "ktailctl-go-wrapper";
|
pname = "ktailctl-go-wrapper";
|
||||||
inherit src version;
|
inherit src version;
|
||||||
modRoot = "src/wrapper";
|
modRoot = "src/wrapper";
|
||||||
vendorHash = "sha256-F0fY9ZqibZNIUQSIlLRO3rX4gYAFHWMdFtwRNigpGZE=";
|
vendorHash = "sha256-kX2L/ET6saxn73T4414ShRSeOIpX8i1HHjKkPbdjse0=";
|
||||||
}).goModules;
|
}).goModules;
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue