devbox: 0.13.3 -> 0.13.4
https://github.com/jetify-com/devbox/releases/tag/0.13.4
This commit is contained in:
parent
9ee9cac888
commit
5ef3f5f41d
@ -6,13 +6,13 @@
|
||||
}:
|
||||
buildGoModule rec {
|
||||
pname = "devbox";
|
||||
version = "0.13.3";
|
||||
version = "0.13.4";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "jetpack-io";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
hash = "sha256-A1dl5bQ7+Qe+MxzplQ2duGqWwgZYHd6M2MQUPPFlx14=";
|
||||
hash = "sha256-+3AKBhxf1m6cBNtEx8xmUmJ2PUk0LNPaS+cZhsXJoTs=";
|
||||
};
|
||||
|
||||
ldflags = [
|
||||
|
Loading…
Reference in New Issue
Block a user