Unverified Commit 758b1b8e authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

putty: 0.82 -> 0.83 (#382007)

parents 0177aecc b18c864c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
}:

stdenv.mkDerivation rec {
  version = "0.82";
  version = "0.83";
  pname = "putty";

  src = fetchurl {
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
      "https://the.earth.li/~sgtatham/putty/${version}/${pname}-${version}.tar.gz"
      "ftp://ftp.wayne.edu/putty/putty-website-mirror/${version}/${pname}-${version}.tar.gz"
    ];
    hash = "sha256-GVYhY4u2szeEtOls3ClvMymRtSRJaNxiNSHDcDCXtdk=";
    hash = "sha256-cYd3wT1j0N/5H+AxYrwqBbTfyLCCdjTNYLUc79/2McY=";
  };

  nativeBuildInputs = [ cmake perl pkg-config copyDesktopItems ];