devbox: 0.17.2 -> 0.17.3 (#529254)

This commit is contained in:
nixpkgs-ci[bot]
2026-06-15 16:47:11 +00:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
}:
buildGoModule (finalAttrs: {
pname = "devbox";
version = "0.17.2";
version = "0.17.3";
src = fetchFromGitHub {
owner = "jetify-com";
repo = "devbox";
tag = finalAttrs.version;
hash = "sha256-4K7Y0GxMhnhlQP30NGAAqJSgEo6aTNCsUoOfaa+aYkE=";
hash = "sha256-nG/6qRhoCYUCxNXYHj7zyeOSaQBqguaIjEip9HVZbp8=";
};
ldflags = [