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

devbox: 0.4.9 -> 0.5.1
This commit is contained in:
Mario Rodas 2023-05-19 05:26:20 -05:00 committed by GitHub
commit 35f44ec330
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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