mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
[Backport release-26.05] kdash: fix source hash (#530653)
This commit is contained in:
commit
d7c966b18f
1 changed files with 3 additions and 2 deletions
|
|
@ -16,8 +16,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
|||
src = fetchFromGitHub {
|
||||
owner = "kdash-rs";
|
||||
repo = "kdash";
|
||||
rev = "v${finalAttrs.version}";
|
||||
sha256 = "sha256-xc2vNPQWg6P+FWxKekvOTW3QHxgmkD6t/jgYGdoaMeI=";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-CFGZIRZgOUiB/evCDUQFB+w5PJCJNtrWqYzx2yRQKpE=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
@ -40,6 +40,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
|||
description = "Simple and fast dashboard for Kubernetes";
|
||||
mainProgram = "kdash";
|
||||
homepage = "https://github.com/kdash-rs/kdash";
|
||||
changelog = "https://github.com/kdash-rs/kdash/blob/${finalAttrs.src.tag}/CHANGELOG.md";
|
||||
license = with lib.licenses; [ mit ];
|
||||
maintainers = with lib.maintainers; [ matthiasbeyer ];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue