d2: bump to latest master
This commit is contained in:
parent
32e27cb105
commit
1265eee19a
2 changed files with 5 additions and 5 deletions
|
@ -4,7 +4,7 @@
|
||||||
, installShellFiles
|
, installShellFiles
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let version = "2023-06-10"; in
|
let version = "2023-11-25"; in
|
||||||
buildGoModule {
|
buildGoModule {
|
||||||
pname = "d2";
|
pname = "d2";
|
||||||
inherit version;
|
inherit version;
|
||||||
|
@ -12,11 +12,11 @@ buildGoModule {
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "terrastruct";
|
owner = "terrastruct";
|
||||||
repo = "d2";
|
repo = "d2";
|
||||||
rev = "320f80948e744b80c84a61c7eeac07c1c82cf210";
|
rev = "7c1d806eaac22cbe3053c728511213fae577c005";
|
||||||
sha256 = "sha256-Oq6bJ/cX+kDyVUVP/RpCIcNeWpT3HESUMmR6mEi9X4Q=";
|
sha256 = "sha256-bp45tkV7f6rGDAmhle/e3cHIqa7nPakANvk4QxetLts=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "sha256-SocBC/1LrdSQNfcNVa9nnPaq/UvLVIghHlUSJB7ImBk=";
|
vendorSha256 = "sha256-QMptNFCoJouI555WkA+4TJhaEzQgJJmca3jVpM3neeI=";
|
||||||
|
|
||||||
ldflags = [
|
ldflags = [
|
||||||
"-s"
|
"-s"
|
||||||
|
|
|
@ -10,7 +10,7 @@ stdenv.mkDerivation {
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/terrastruct/TALA/releases/download/v${version}/${fileName}";
|
url = "https://github.com/terrastruct/TALA/releases/download/v${version}/${fileName}";
|
||||||
sha256 = "sha256-SzuVwqQa4JgpPblueOfuxhg8OdbHNkcTW9NMqgtiwCA=";
|
sha256 = "sha256-9UJ10aOo5fEKhVZgnl0Y+seYhncKC4P0MPxWtWnaVBo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ installShellFiles ];
|
nativeBuildInputs = [ installShellFiles ];
|
||||||
|
|
Loading…
Reference in a new issue