devbox: 0.10.1 -> 0.10.2

This commit is contained in:
R. Ryantm 2024-03-29 05:35:01 +00:00
parent 8b5339b507
commit f44e1bfeff

View File

@ -5,13 +5,13 @@
}:
buildGoModule rec {
pname = "devbox";
version = "0.10.1";
version = "0.10.2";
src = fetchFromGitHub {
owner = "jetpack-io";
repo = pname;
rev = version;
hash = "sha256-iKWOGp5Clk+YFXHv/5k+7DZMA9TQzyIQoTlQs4IMbu4=";
hash = "sha256-mZwvNNwB+btDbjVUQNucDXsBATGfjCvV1odAgkFkiSc=";
};
ldflags = [