nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #237509 from aaronjheng/d2

d2: 0.4.2 -> 0.5.1

authored by

Weijia Wang and committed by
GitHub
b7257479 9bb343d6

+3 -3
+3 -3
pkgs/tools/text/d2/default.nix
··· 9 9 10 10 buildGoModule rec { 11 11 pname = "d2"; 12 - version = "0.4.2"; 12 + version = "0.5.1"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "terrastruct"; 16 16 repo = pname; 17 17 rev = "v${version}"; 18 - hash = "sha256-kfpCu79lJUxPvxSKplRziVnDyohY8xnxnO3ZoG2WgEs="; 18 + hash = "sha256-Oq6bJ/cX+kDyVUVP/RpCIcNeWpT3HESUMmR6mEi9X4Q="; 19 19 }; 20 20 21 - vendorHash = "sha256-oPI6FPfBIPKZDLoyGblcG5UcmoFWufZ2NIEClpSIJzU="; 21 + vendorHash = "sha256-SocBC/1LrdSQNfcNVa9nnPaq/UvLVIghHlUSJB7ImBk="; 22 22 23 23 excludedPackages = [ "./e2etests" ]; 24 24