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

devbox: 0.4.4 -> 0.4.5
This commit is contained in:
Mario Rodas 2023-04-01 09:47:02 -05:00 committed by GitHub
commit 9677775baf
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.4";
version = "0.4.6";
src = fetchFromGitHub {
owner = "jetpack-io";
repo = pname;
rev = version;
hash = "sha256-mowrp08L74IgOoyA30cmt4QWDsHo1HPKm7bxiYp+YVI=";
hash = "sha256-vAfpx4cGN7NxhQbkrhSRxlD+QNfzaiBRtTgyO3e8brU=";
};
ldflags = [