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

devbox: 0.2.4 -> 0.3.2
This commit is contained in:
Mario Rodas 2023-02-04 18:26:19 -05:00 committed by GitHub
commit f437f0d4ec
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.2.4";
version = "0.3.2";
src = fetchFromGitHub {
owner = "jetpack-io";
repo = pname;
rev = version;
hash = "sha256-b3vBwWya5xj/y5/32KIHtvPRT6JdMpO/IKO4sVAg4AA=";
hash = "sha256-RYuSreMdXnWJ47lBCuz7Ub6jlLlmEI6ZGt3vSg4B3zs=";
};
ldflags = [