chore(third_party): Bump naersk
This commit is contained in:
parent
6b72c45ad3
commit
d4f6c5a399
3 changed files with 7 additions and 5 deletions
|
@ -1,3 +1,2 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
pkgs.third_party.naersk.buildPackage ./.
|
||||||
pkgs.third_party.naersk.buildPackage ./. {}
|
|
||||||
|
|
5
third_party/default.nix
vendored
5
third_party/default.nix
vendored
|
@ -34,7 +34,9 @@ let
|
||||||
emacsPackagesNg
|
emacsPackagesNg
|
||||||
emacsPackagesNgGen
|
emacsPackagesNgGen
|
||||||
fetchFromGitHub
|
fetchFromGitHub
|
||||||
|
fetchurl
|
||||||
git
|
git
|
||||||
|
glibc
|
||||||
gnutar
|
gnutar
|
||||||
go
|
go
|
||||||
google-cloud-sdk
|
google-cloud-sdk
|
||||||
|
@ -69,7 +71,8 @@ let
|
||||||
writeShellScriptBin
|
writeShellScriptBin
|
||||||
writeText
|
writeText
|
||||||
writeTextFile
|
writeTextFile
|
||||||
zlib;
|
zlib
|
||||||
|
zstd;
|
||||||
};
|
};
|
||||||
|
|
||||||
in exposed // {
|
in exposed // {
|
||||||
|
|
4
third_party/naersk/default.nix
vendored
4
third_party/naersk/default.nix
vendored
|
@ -4,6 +4,6 @@ let inherit (pkgs.third_party) callPackage fetchFromGitHub;
|
||||||
in callPackage (fetchFromGitHub {
|
in callPackage (fetchFromGitHub {
|
||||||
owner = "nmattia";
|
owner = "nmattia";
|
||||||
repo = "naersk";
|
repo = "naersk";
|
||||||
rev = "68c1c2b2b661913cdc5ecabea518dfdc4f449027";
|
rev = "551a2a63399589f97f503ddd8919f27bb2406354";
|
||||||
sha256 = "1ll310pl44kdbwfslzwvg2v7khf1y0xkg2j5wcfia4k7sj6bcl28";
|
sha256 = "1jrrj4qjwgqa3yjyr0apsz8hlq28rv77ll2w4xmjg2wf4z2fgj0h";
|
||||||
}) {}
|
}) {}
|
||||||
|
|
Loading…
Reference in a new issue