devbox: 0.10.6 -> 0.10.7

This commit is contained in:
R. Ryantm 2024-05-16 00:33:51 +00:00
parent 0f2ebf4b0b
commit 19724a957e

View File

@ -5,13 +5,13 @@
}:
buildGoModule rec {
pname = "devbox";
version = "0.10.6";
version = "0.10.7";
src = fetchFromGitHub {
owner = "jetpack-io";
repo = pname;
rev = version;
hash = "sha256-E2kJiWuHY+rHyAR6p/NVbONys8RonpxvDHUTrx6ZSkk=";
hash = "sha256-iaPdFDoYmukv1T+HSaGRrbvjvkioX5PlCc9t2VHGJ30=";
};
ldflags = [