regolith: 1.5.1 -> 1.5.2

This commit is contained in:
arexon 2025-05-10 17:16:38 +03:00
parent 0bb671aaa8
commit 926222ad3d

View File

@ -7,13 +7,13 @@
}:
buildGoModule rec {
pname = "regolith";
version = "1.5.1";
version = "1.5.2";
src = fetchFromGitHub {
owner = "Bedrock-OSS";
repo = "regolith";
tag = version;
hash = "sha256-gTEQ2hu581tD1I/3iLHzE/2nekAG49/M6V6QeqPhYsA=";
hash = "sha256-ZAOQluoeE6c32ETtikBPoDppk1RpuSVjh9p42fT5W48=";
};
# Requires network access.