Merge pull request #242977 from r-ryantm/auto-update/devbox

devbox: 0.5.5 -> 0.5.6

authored by

Weijia Wang and committed by
GitHub
ca1397ac 4163893c

+3 -3
+3 -3
pkgs/development/tools/devbox/default.nix
··· 5 5 }: 6 6 buildGoModule rec { 7 7 pname = "devbox"; 8 - version = "0.5.5"; 8 + version = "0.5.6"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "jetpack-io"; 12 12 repo = pname; 13 13 rev = version; 14 - hash = "sha256-PR3JRA2Dme/KbU59QV0G3VzmTByynnDL9y33wHsX3PI="; 14 + hash = "sha256-GDOp6gmkRXwUJ0x+o1VzwCR0PZ6nmG0/FGstBhwU8OY="; 15 15 }; 16 16 17 17 ldflags = [ ··· 23 23 # integration tests want file system access 24 24 doCheck = false; 25 25 26 - vendorHash = "sha256-UEMFHRP9XKxg1wa3JYJ522yuyrPTDhyVCdQdSpDi6Cg="; 26 + vendorHash = "sha256-HgGqCCcIv/sE51GnUTsOpblZZAfp31BpU+u4JFfYiLU="; 27 27 28 28 nativeBuildInputs = [ installShellFiles ]; 29 29