Merge pull request #189271 from r-ryantm/auto-update/kdash
kdash: 0.3.4 -> 0.3.5
This commit is contained in:
commit
cf40140a53
1 changed files with 3 additions and 3 deletions
|
@ -12,13 +12,13 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "kdash";
|
pname = "kdash";
|
||||||
version = "0.3.4";
|
version = "0.3.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "kdash-rs";
|
owner = "kdash-rs";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-xKrgRUU0ENJ8CIQUaU/6dMbmxN9RX4jksQnBfgcsRYE=";
|
sha256 = "sha256-hh/Q3wUsA6HM0PwMlSfWx9LX+h/Y9w/fXm4HMYXexZU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ perl python3 pkg-config ];
|
nativeBuildInputs = [ perl python3 pkg-config ];
|
||||||
|
@ -26,7 +26,7 @@ rustPlatform.buildRustPackage rec {
|
||||||
buildInputs = [ openssl xorg.xcbutil ]
|
buildInputs = [ openssl xorg.xcbutil ]
|
||||||
++ lib.optional stdenv.isDarwin AppKit;
|
++ lib.optional stdenv.isDarwin AppKit;
|
||||||
|
|
||||||
cargoSha256 = "sha256-7RQvd9zx6iXKmgYLp8N8hGDfq9IX0LoNf2jXwv+iOkM=";
|
cargoSha256 = "sha256-02AfMbR8TsIqEhkXAnslnxgO/XkyEuCW1IyBtrk1dDA=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A simple and fast dashboard for Kubernetes";
|
description = "A simple and fast dashboard for Kubernetes";
|
||||||
|
|
Loading…
Reference in a new issue