devspace: 6.3.4 -> 6.3.5
This commit is contained in:
parent
85306ef247
commit
ab72e3ca11
1 changed files with 2 additions and 2 deletions
|
@ -7,13 +7,13 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "devspace";
|
pname = "devspace";
|
||||||
version = "6.3.4";
|
version = "6.3.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "devspace-sh";
|
owner = "devspace-sh";
|
||||||
repo = "devspace";
|
repo = "devspace";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-AKEa9LDe1bLJxJH5k4axALoWkTh+bkBviCpof7x7+fY=";
|
hash = "sha256-hfUs+tCu0HW0mqUZVyJFyp9fneTsolpf6BjshA5FHQQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = null;
|
vendorHash = null;
|
||||||
|
|
Loading…
Reference in a new issue