Skip to content

Commit 6726eaf

Browse files
committed
Update cli.nix vendorHash
1 parent 68640fc commit 6726eaf

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/go.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Check nix-shell default.nix
6363
run: |
6464
set -o pipefail
65-
nix-shell --pure -E 'with import <nixpkgs> {}; mkShell { buildInputs = [ (import ./default.nix {}) ]; }' --run defang 2>&1 | sed -u 's|\s\+got:|::error file=pkgs/defang/cli.nix,line=9::Replace the vendorHash in cli.nix with the correct value:|'
65+
nix-shell --pure -E 'with import <nixpkgs> {}; mkShell { buildInputs = [ (import ./default.nix {}) ]; }' --run defang 2>&1 | sed -u 's|\s\+got:|::error file=pkgs/defang/cli.nix,line=10::Replace the vendorHash in cli.nix with the correct value:|'
6666
6767
# go-byoc-test:
6868
# runs-on: ubuntu-latest
@@ -321,7 +321,7 @@ jobs:
321321
push-docker:
322322
runs-on: ubuntu-latest
323323
needs:
324-
- go-release
324+
- go-release
325325
steps:
326326
- uses: actions/checkout@v4
327327

@@ -396,10 +396,10 @@ jobs:
396396
if: failure() && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v'))
397397
needs: [go-release, post-release, nix-shell-test, push-docker]
398398
steps:
399-
- name: Slack Notification
400-
uses: rtCamp/action-slack-notify@v2
401-
env:
402-
MSG_MINIMAL: actions url
403-
SLACK_COLOR: ${{ job.status }}
404-
SLACK_TITLE: Defang CLI workflow failed
405-
SLACK_WEBHOOK: ${{ secrets.SLACK_NOTIFIER_WEBHOOK_URL }}
399+
- name: Slack Notification
400+
uses: rtCamp/action-slack-notify@v2
401+
env:
402+
MSG_MINIMAL: actions url
403+
SLACK_COLOR: ${{ job.status }}
404+
SLACK_TITLE: Defang CLI workflow failed
405+
SLACK_WEBHOOK: ${{ secrets.SLACK_NOTIFIER_WEBHOOK_URL }}

pkgs/defang/cli.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildGoModule {
77
pname = "defang-cli";
88
version = "git";
99
src = ../../src;
10-
vendorHash = "sha256-4QMrneh4I2gTFf7erVnakqPDZakFzceGaN+ieAMNPX0="; # TODO: use fetchFromGitHub
10+
vendorHash = "sha256-TiasfKgJyoxwl6B3uvTDFXI417WL8E1EYm/ljHLSFn4="; # TODO: use fetchFromGitHub
1111

1212
subPackages = [ "cmd/cli" ];
1313

0 commit comments

Comments
 (0)