3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #226816 from aaronjheng/d2

d2: 0.4.0 -> 0.4.1
This commit is contained in:
figsoda 2023-04-18 10:26:30 -04:00 committed by GitHub
commit a0ac7d4077
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,16 +9,16 @@
buildGoModule rec {
pname = "d2";
version = "0.4.0";
version = "0.4.1";
src = fetchFromGitHub {
owner = "terrastruct";
repo = pname;
rev = "v${version}";
hash = "sha256-vMgOFZJwlWjNfOp4QsFoq1y9JQm16qDkP7uoOwICuTo=";
hash = "sha256-4VoWAft9d0v/kB+B8Ukv/XN613a8N484SMqCbOD2GFI=";
};
vendorHash = "sha256-jfGolYHWX/9Zr5JHiWl8mCfaaRT2AU8v32PtgM1KI8c=";
vendorHash = "sha256-oPI6FPfBIPKZDLoyGblcG5UcmoFWufZ2NIEClpSIJzU=";
excludedPackages = [ "./e2etests" ];