3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #237509 from aaronjheng/d2

d2: 0.4.2 -> 0.5.1
This commit is contained in:
Weijia Wang 2023-06-13 15:52:20 +03:00 committed by GitHub
commit b725747962
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,16 +9,16 @@
buildGoModule rec { buildGoModule rec {
pname = "d2"; pname = "d2";
version = "0.4.2"; version = "0.5.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "terrastruct"; owner = "terrastruct";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-kfpCu79lJUxPvxSKplRziVnDyohY8xnxnO3ZoG2WgEs="; hash = "sha256-Oq6bJ/cX+kDyVUVP/RpCIcNeWpT3HESUMmR6mEi9X4Q=";
}; };
vendorHash = "sha256-oPI6FPfBIPKZDLoyGblcG5UcmoFWufZ2NIEClpSIJzU="; vendorHash = "sha256-SocBC/1LrdSQNfcNVa9nnPaq/UvLVIghHlUSJB7ImBk=";
excludedPackages = [ "./e2etests" ]; excludedPackages = [ "./e2etests" ];