devbox: 0.4.9 -> 0.5.1

This commit is contained in:
R. Ryantm 2023-05-19 06:01:23 +00:00
parent 2a49ffd158
commit 06c0791e96

View File

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