devspace: 6.3.11 -> 6.3.12

This commit is contained in:
R. Ryantm 2024-02-29 19:38:35 +00:00
parent 44c70a3707
commit 89b7b7a115

View file

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "devspace";
version = "6.3.11";
version = "6.3.12";
src = fetchFromGitHub {
owner = "devspace-sh";
repo = "devspace";
rev = "v${version}";
hash = "sha256-g+M34y7GTbQ8FyO4BieNYgo68ZE5x3hyXiMJrx6Nqug=";
hash = "sha256-tnkMXB0BWavSZF3HEdvtCE42zgcHNRGI5CdK3RDvv9c=";
};
vendorHash = null;