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

devbox: 0.4.2 -> 0.4.4
This commit is contained in:
Mario Rodas 2023-03-18 02:29:37 -05:00 committed by GitHub
commit 098d54cc6a
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.2";
version = "0.4.4";
src = fetchFromGitHub {
owner = "jetpack-io";
repo = pname;
rev = version;
hash = "sha256-9aGmX21TUINGDA3NB/OrGXi8W4i+b8fKS8ft8GtQxNM=";
hash = "sha256-mowrp08L74IgOoyA30cmt4QWDsHo1HPKm7bxiYp+YVI=";
};
ldflags = [