regolith: 1.5.1 -> 1.5.2
This commit is contained in:
parent
0bb671aaa8
commit
926222ad3d
@ -7,13 +7,13 @@
|
|||||||
}:
|
}:
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "regolith";
|
pname = "regolith";
|
||||||
version = "1.5.1";
|
version = "1.5.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Bedrock-OSS";
|
owner = "Bedrock-OSS";
|
||||||
repo = "regolith";
|
repo = "regolith";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-gTEQ2hu581tD1I/3iLHzE/2nekAG49/M6V6QeqPhYsA=";
|
hash = "sha256-ZAOQluoeE6c32ETtikBPoDppk1RpuSVjh9p42fT5W48=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Requires network access.
|
# Requires network access.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user