tlsclient: 1.6.4 -> 1.6.5

This commit is contained in:
kashw2 2023-09-03 17:21:55 +10:00
parent 5e9ff98d1d
commit ade07dcb8b

View file

@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "tlsclient";
version = "1.6.4";
version = "1.6.5";
src = fetchFromSourcehut {
owner = "~moody";
repo = "tlsclient";
rev = "v${finalAttrs.version}";
hash = "sha256-36fhY9kO6tPUuRkpk3Jv9oBRYX/SnmdZg0Rzt/A6MQE=";
hash = "sha256-Ff41LZ5jbrqni2ptsUlI3L17SCHnGo4utg8etFubRNI=";
};
strictDeps = true;