beads: 0.57.0 -> 0.58.0
All checks were successful
Update Nix Packages with nix-update / nix-update (push) Successful in 21m25s
All checks were successful
Update Nix Packages with nix-update / nix-update (push) Successful in 21m25s
Diff: https://github.com/steveyegge/beads/compare/v0.57.0...v0.58.0
This commit is contained in:
@@ -11,16 +11,16 @@
|
|||||||
}:
|
}:
|
||||||
buildGoModule (finalAttrs: {
|
buildGoModule (finalAttrs: {
|
||||||
pname = "beads";
|
pname = "beads";
|
||||||
version = "0.57.0";
|
version = "0.58.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "steveyegge";
|
owner = "steveyegge";
|
||||||
repo = "beads";
|
repo = "beads";
|
||||||
tag = "v${finalAttrs.version}";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-BjDuqadUtNMeiclWzRNnx/lXjUvHkj+F7J17VfCMEH0=";
|
hash = "sha256-UxselIcerU590C2hQP/ZsVo+vQf3y4L1AoW+oIBhEs8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-uf6ET13OImaGk22I9MJ/wJvX8F0bXaEkf726De/80PY=";
|
vendorHash = "sha256-OL6QGf4xSMpEbmU+41pFdO0Rrs3H162T3pdiW9UfWR0=";
|
||||||
|
|
||||||
subPackages = ["cmd/bd"];
|
subPackages = ["cmd/bd"];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user