Merge pull request #292398 from r-ryantm/auto-update/devspace

devspace: 6.3.11 -> 6.3.12
This commit is contained in:
Nick Cao 2024-03-01 10:13:59 -05:00 committed by GitHub
commit 7f3ef2ab1d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;