Skip to content

Commit 7670cee

Browse files
authored
Merge pull request #277 from snyk/chore/resync-nix-dependencies
fix: update nix build dependencies
2 parents 1318cca + 36d6918 commit 7670cee

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildGoModule rec {
44
version = builtins.substring 0 8 lastMod;
55
src = ./.;
66

7-
vendorSha256 = "sha256-kQqD1ZFoAMwkGo0TJY79MpoZd4QaLs9gNV6JMnj5tsM=";
7+
vendorSha256 = "sha256-J1WJNDy9sMwiF2aMHlO6No1kCjEhWPbDjDqXo3dDRCk=";
88

99
meta = with lib; {
1010
description = "API resource versioning tool";

flake.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

shell.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{ pkgs ? import <nixpkgs> { } }:
22
pkgs.mkShell {
3-
nativeBuildInputs = with pkgs.buildPackages; [ go_1_17 envsubst ];
3+
nativeBuildInputs = with pkgs.buildPackages; [ go_1_19 envsubst ];
44
shellHook = ''
55
export GOPATH="$HOME/.cache/gopaths/$(sha256sum <<<$(pwd) | awk '{print $1}')"
66
'';

0 commit comments

Comments
 (0)