about summary refs log tree commit diff
path: root/third_party/naersk
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2019-12-16T03·14+0000
committerVincent Ambo <tazjin@google.com>2019-12-16T03·14+0000
commitd4f6c5a399e4202e57de572f7a7193f1537939d9 (patch)
tree8ed47070f42f3217446cc6284ef57cd10333e7aa /third_party/naersk
parent6b72c45ad3e49026823fa59871de6ec9d823193c (diff)
chore(third_party): Bump naersk r/159
Diffstat (limited to 'third_party/naersk')
-rw-r--r--third_party/naersk/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/naersk/default.nix b/third_party/naersk/default.nix
index 918f0c5c0f..2da96d8266 100644
--- a/third_party/naersk/default.nix
+++ b/third_party/naersk/default.nix
@@ -4,6 +4,6 @@ let inherit (pkgs.third_party) callPackage fetchFromGitHub;
 in callPackage (fetchFromGitHub {
   owner = "nmattia";
   repo = "naersk";
-  rev = "68c1c2b2b661913cdc5ecabea518dfdc4f449027";
-  sha256 = "1ll310pl44kdbwfslzwvg2v7khf1y0xkg2j5wcfia4k7sj6bcl28";
+  rev = "551a2a63399589f97f503ddd8919f27bb2406354";
+  sha256 = "1jrrj4qjwgqa3yjyr0apsz8hlq28rv77ll2w4xmjg2wf4z2fgj0h";
 }) {}