d2: bump to latest release
This commit is contained in:
parent
dcb380a68f
commit
b18dae450a
2 changed files with 5 additions and 5 deletions
|
@ -4,7 +4,7 @@
|
|||
, installShellFiles
|
||||
}:
|
||||
|
||||
let version = "2023-04-03"; in
|
||||
let version = "2023-06-10"; in
|
||||
buildGoModule {
|
||||
pname = "d2";
|
||||
inherit version;
|
||||
|
@ -12,11 +12,11 @@ buildGoModule {
|
|||
src = fetchFromGitHub {
|
||||
owner = "terrastruct";
|
||||
repo = "d2";
|
||||
rev = "5999cf3dd5d852efede12fca60c9ddd92d8d6fd4";
|
||||
sha256 = "sha256-Dt3WHDBhjziIkGxqAuCwhZsZ7NokF8fc8euCCmEFWCY=";
|
||||
rev = "320f80948e744b80c84a61c7eeac07c1c82cf210";
|
||||
sha256 = "sha256-Oq6bJ/cX+kDyVUVP/RpCIcNeWpT3HESUMmR6mEi9X4Q=";
|
||||
};
|
||||
|
||||
vendorSha256 = "sha256-jfGolYHWX/9Zr5JHiWl8mCfaaRT2AU8v32PtgM1KI8c=";
|
||||
vendorSha256 = "sha256-SocBC/1LrdSQNfcNVa9nnPaq/UvLVIghHlUSJB7ImBk=";
|
||||
|
||||
ldflags = [
|
||||
"-s"
|
||||
|
|
|
@ -10,7 +10,7 @@ stdenv.mkDerivation {
|
|||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/terrastruct/TALA/releases/download/v${version}/${fileName}";
|
||||
sha256 = "sha256-K+eX+2eSFTxfzUkmC/LDqTxyjZCvtlq5KwwuC3pPULo=";
|
||||
sha256 = "sha256-SzuVwqQa4JgpPblueOfuxhg8OdbHNkcTW9NMqgtiwCA=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ installShellFiles ];
|
||||
|
|
Loading…
Reference in a new issue