Merge pull request #319854 from r-ryantm/auto-update/ktls-utils

ktls-utils: 0.10 -> 0.11
This commit is contained in:
Nick Cao 2024-06-15 09:19:39 -04:00 committed by GitHub
commit 96f7d40e77
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "ktls-utils";
version = "0.10";
version = "0.11";
src = fetchFromGitHub {
owner = "oracle";
repo = "ktls-utils";
rev = "ktls-utils-${version}";
hash = "sha256-1HceFajSSq1D3IMeGQF+i/iW1lL2opLLWFfsRHW9atg=";
hash = "sha256-QPKBJEuXYDuOhlFhc0zQ4hAq1owFNe9b3BUKliNFgu0=";
};
nativeBuildInputs = [