devbox: 0.4.2 -> 0.4.4

This commit is contained in:
R. Ryantm 2023-03-18 02:04:08 +00:00
parent b7a3087658
commit 0e8870ccbd

View File

@ -5,13 +5,13 @@
}:
buildGoModule rec {
pname = "devbox";
version = "0.4.2";
version = "0.4.4";
src = fetchFromGitHub {
owner = "jetpack-io";
repo = pname;
rev = version;
hash = "sha256-9aGmX21TUINGDA3NB/OrGXi8W4i+b8fKS8ft8GtQxNM=";
hash = "sha256-mowrp08L74IgOoyA30cmt4QWDsHo1HPKm7bxiYp+YVI=";
};
ldflags = [