Unverified Commit 46606678 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

lout: 3.43 -> 3.43.1 (#388675)

parents cdb014c2 97778e66
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

stdenv.mkDerivation rec {
  pname = "lout";
  version = "3.43";
  version = "3.43.1";

  src = fetchFromGitHub {
    owner = "william8000";
    repo = "lout";
    rev = version;
    hash = "sha256-YUFrlM7BnDlG1rUV90yBvWG6lOKW5qKxs/xdq6I/kI0=";
    hash = "sha256-bXLhkJqhv8pftDZYv6vn9ycy5u3vde+m3gCPvWJz2M8=";
  };

  buildInputs = [ ghostscript ];