sidecar: 0.76.0 -> 0.77.0
All checks were successful
Update Nix Packages with nix-update / nix-update (push) Successful in 21m31s
All checks were successful
Update Nix Packages with nix-update / nix-update (push) Successful in 21m31s
Diff: https://github.com/marcus/sidecar/compare/v0.76.0...v0.77.0 Changelog: https://github.com/marcus/sidecar/releases/tag/v0.77.0
This commit is contained in:
@@ -13,16 +13,16 @@
|
|||||||
}:
|
}:
|
||||||
buildGoModule (finalAttrs: {
|
buildGoModule (finalAttrs: {
|
||||||
pname = "sidecar";
|
pname = "sidecar";
|
||||||
version = "0.76.0";
|
version = "0.77.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "marcus";
|
owner = "marcus";
|
||||||
repo = "sidecar";
|
repo = "sidecar";
|
||||||
tag = "v${finalAttrs.version}";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-MJ2fXxYjCJzO8XoRAuvVC2CZMIUeFH3PKim8lsc4AD0=";
|
hash = "sha256-pnzsoGzVvHmGIEzEiLrTrLYU4ofKnb8dEHqKMZJzp4Q=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-PnA7vbDBIANmHTl6VfP8eTGewjT/A5CuEd+bfP6VQOA=";
|
vendorHash = "sha256-UpccauexSoMQy76Xdyf7AcVlomMVd0M9PtISjWa5bio=";
|
||||||
|
|
||||||
subPackages = ["cmd/sidecar"];
|
subPackages = ["cmd/sidecar"];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user