boring: 0.11.5 -> 0.11.6 (#429975)

Co-authored-by: jacobkoziej <jacobkoziej@gmail.com>

authored by nixpkgs-merge-bot[bot] jacobkoziej and committed by GitHub f8a31163 98708c5c

+3 -3
+3 -3
pkgs/by-name/bo/boring/package.nix
··· 10 11 buildGoModule (finalAttrs: { 12 pname = "boring"; 13 - version = "0.11.5"; 14 15 src = fetchFromGitHub { 16 owner = "alebeck"; 17 repo = "boring"; 18 tag = finalAttrs.version; 19 - hash = "sha256-s/mkC/6FvzytKJ9wpAIU36HhClGqEO0XFaAyErhD3Mo="; 20 }; 21 22 nativeBuildInputs = [ 23 installShellFiles 24 ]; 25 26 - vendorHash = "sha256-j8A0F+o3EnzJdge+T/gHAwRGwzC86oD6ddZejUs/C7o="; 27 28 ldflags = [ 29 "-s"
··· 10 11 buildGoModule (finalAttrs: { 12 pname = "boring"; 13 + version = "0.11.6"; 14 15 src = fetchFromGitHub { 16 owner = "alebeck"; 17 repo = "boring"; 18 tag = finalAttrs.version; 19 + hash = "sha256-mIR12OkdZll3MqlKF3OMqrc3C73SPmqypj0as9Y5LRQ="; 20 }; 21 22 nativeBuildInputs = [ 23 installShellFiles 24 ]; 25 26 + vendorHash = "sha256-1FVSKjsPDe4faaIioJG89556ibREcJt6xi28mp68Ea0="; 27 28 ldflags = [ 29 "-s"