Merge pull request #299921 from r-ryantm/auto-update/devbox

devbox: 0.10.1 -> 0.10.2
This commit is contained in:
Nick Cao 2024-03-30 10:56:49 -04:00 committed by GitHub
commit 1c58d26119
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [