Merge pull request #253067 from kashw2/tlsclient

tlsclient: 1.6.4 -> 1.6.5
This commit is contained in:
Nick Cao 2023-09-03 09:16:19 -04:00 committed by GitHub
commit ccbe40477d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;