devspace: 6.3.7 -> 6.3.8

This commit is contained in:
R. Ryantm 2024-01-02 22:27:19 +00:00
parent ee291783e5
commit a8e553854e

View File

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "devspace";
version = "6.3.7";
version = "6.3.8";
src = fetchFromGitHub {
owner = "devspace-sh";
repo = "devspace";
rev = "v${version}";
hash = "sha256-pvAN1AbyqVw7zgqjZrNFxdfQLn3lYraQ1o7YZUYy6Y8=";
hash = "sha256-hB5foVVWVANX+Nmdl8layK5B08NQ11nIqt/d2du4bkQ=";
};
vendorHash = null;