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