Commit 23908099 authored by Jacob Moody's avatar Jacob Moody
Browse files

tlsclient: 1.6.5 -> 1.6.6

parent c74c7dfd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "tlsclient";
  version = "1.6.5";
  version = "1.6.6";

  src = fetchFromSourcehut {
    owner = "~moody";
    repo = "tlsclient";
    rev = "v${finalAttrs.version}";
    hash = "sha256-Ff41LZ5jbrqni2ptsUlI3L17SCHnGo4utg8etFubRNI=";
    hash = "sha256-nUvOmEwdMKuPM9KaMGxmW0Lvo3968wjDc95pLB17YnM=";
  };

  strictDeps = true;