devspace: 6.3.9 -> 6.3.10

This commit is contained in:
R. Ryantm 2024-01-27 17:30:09 +00:00 committed by Yaya
parent 933597089d
commit 7facaa49e1

View File

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "devspace";
version = "6.3.9";
version = "6.3.10";
src = fetchFromGitHub {
owner = "devspace-sh";
repo = "devspace";
rev = "v${version}";
hash = "sha256-Jy2e1bCCO3YeigQM9qSbbgqrZppXlUq+2oXIiotMKtI=";
hash = "sha256-ExVetF5YP9gf5ifBsdPow7KA867+4iOxe/0OwZwctoc=";
};
vendorHash = null;