Unverified Commit cd80828c authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

stunnel: 5.75 -> 5.76 (#453377)

parents 178df79c 3c21e1ac
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "stunnel";
  version = "5.75";
  version = "5.76";

  outputs = [
    "out"
@@ -22,7 +22,7 @@ stdenv.mkDerivation (finalAttrs: {

  src = fetchurl {
    url = "https://www.stunnel.org/archive/${lib.versions.major finalAttrs.version}.x/stunnel-${finalAttrs.version}.tar.gz";
    hash = "sha256-DB7w7YUkCXTcy5T+dPuS1jg0dMfA0Q6HltH3gaO6VoM=";
    hash = "sha256-zaN+tND7HhKXGO0nrXe1c16Jk5TOBAuyvii7uTf9eeE=";
    # please use the contents of "https://www.stunnel.org/downloads/stunnel-${version}.tar.gz.sha256",
    # not the output of `nix-prefetch-url`
  };