mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50: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
|
||||
version = "0.20.1";
|
||||
version = "0.20.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "f-koehler";
|
||||
repo = "KTailctl";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-8vtNAqCDXbzEuGXqUZL26EMmVLJqSFu+E/zhK8VafLE=";
|
||||
hash = "sha256-yMP+oAc1ZHr402j3NQOFLGFT/AK/PQ+figoVyOMEaus=";
|
||||
};
|
||||
|
||||
goDeps =
|
||||
|
@ -40,7 +40,7 @@ let
|
|||
pname = "ktailctl-go-wrapper";
|
||||
inherit src version;
|
||||
modRoot = "src/wrapper";
|
||||
vendorHash = "sha256-F0fY9ZqibZNIUQSIlLRO3rX4gYAFHWMdFtwRNigpGZE=";
|
||||
vendorHash = "sha256-kX2L/ET6saxn73T4414ShRSeOIpX8i1HHjKkPbdjse0=";
|
||||
}).goModules;
|
||||
in
|
||||
stdenv.mkDerivation {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue