devbox: 0.4.8 -> 0.4.9

This commit is contained in:
R. Ryantm 2023-05-06 03:11:28 +00:00 committed by Bobby Rong
parent 4b29851a3b
commit 28ec86766b

View File

@ -5,13 +5,13 @@
}:
buildGoModule rec {
pname = "devbox";
version = "0.4.8";
version = "0.4.9";
src = fetchFromGitHub {
owner = "jetpack-io";
repo = pname;
rev = version;
hash = "sha256-Xs7xd2U00AnYlXZv1PYHaSIYhDg+GpCHAtT2xis61vM=";
hash = "sha256-JxpvUlBrC00zLEZAVVhNI0lP/whd61DcY+NZAoKR55I=";
};
ldflags = [