k3d: 5.8.2 -> 5.8.3 (#385197)

This commit is contained in:
Wolfgang Walther
2025-03-15 22:00:39 +00:00
committed by GitHub
+2 -2
View File
@@ -16,13 +16,13 @@ let
in
buildGoModule rec {
pname = "k3d";
version = "5.8.2";
version = "5.8.3";
src = fetchFromGitHub {
owner = "k3d-io";
repo = "k3d";
tag = "v${version}";
hash = "sha256-O/dAD49SACJBLSYr0tNtUv1NEQuNHRapdLbY/bb2C8o=";
hash = "sha256-UBiDDZf/UtgPGRV9WUnoC32wc64nthBpBheEYOTp6Hk=";
};
vendorHash = "sha256-lFmIRtkUiohva2Vtg4AqHaB5McVOWW5+SFShkNqYVZ8=";