regolith: 1.7.0 -> 1.8.0 (#521693)
This commit is contained in:
@@ -7,19 +7,19 @@
|
||||
}:
|
||||
buildGoModule (finalAttrs: {
|
||||
pname = "regolith";
|
||||
version = "1.7.0";
|
||||
version = "1.8.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Bedrock-OSS";
|
||||
repo = "regolith";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-9mRfK93eHuCA19RSdLKhlhbnQ0UTmBS46Gp1cXstTIk=";
|
||||
hash = "sha256-jaUpNPRh3mZPz2z9+1mG5337NHaakP+4HOWENCzIfTY=";
|
||||
};
|
||||
|
||||
# Requires network access.
|
||||
doCheck = false;
|
||||
|
||||
vendorHash = "sha256-jQeIPJJyANS+U9NrjLSnXHAecCK4rHPZrP5JFsMwcm8=";
|
||||
vendorHash = "sha256-qak4USPwOxPHJ2GriVKhjdGazW4YkM3OaoMlqKPbtag=";
|
||||
|
||||
ldflags = [
|
||||
"-X main.buildSource=nix"
|
||||
|
||||
Reference in New Issue
Block a user