14 lines
320 B
Nix
14 lines
320 B
Nix
{prev}:
|
|
prev.beads.overrideAttrs (oldAttrs: rec {
|
|
version = "0.43.0";
|
|
|
|
src = prev.fetchFromGitHub {
|
|
owner = "steveyegge";
|
|
repo = "beads";
|
|
tag = "v${version}";
|
|
hash = "sha256-uc+3IK6CKmXx82WobEnb4Lin2EG2VLcbIJdq0H5U3Xc=";
|
|
};
|
|
|
|
vendorHash = "sha256-BpACCjVk0V5oQ5YyZRv9wC/RfHw4iikc2yrejZzD1YU=";
|
|
})
|