ktls-utils: 0.10 -> 0.11

This commit is contained in:
R. Ryantm 2024-06-14 16:31:23 +00:00
parent f172255668
commit 404a0320a2

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 = [