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

devbox: 0.9.0 -> 0.9.1
This commit is contained in:
Nick Cao 2024-02-08 19:30:55 -05:00 committed by GitHub
commit 65cbe83f22
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.9.0";
version = "0.9.1";
src = fetchFromGitHub {
owner = "jetpack-io";
repo = pname;
rev = version;
hash = "sha256-cM4PiNbfE2sEQHzklBgsJdN/iVK0nT9iZ1F/Cb5tLtM=";
hash = "sha256-3KZWXVwvzy3mZkh6pGZpeQQp2aU4V9TyBcJXU4Au4Rs=";
};
ldflags = [