Unverified Commit d44bba4d authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

lout: 3.43.2 -> 3.43.3 (#492084)

parents 66e1a0f3 0b839920
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "lout";
  version = "3.43.2";
  version = "3.43.3";

  src = fetchFromGitHub {
    owner = "william8000";
    repo = "lout";
    rev = finalAttrs.version;
    hash = "sha256-8WMRnlb1EGtUo8g9yoIBinKb1ICZMqUZka/5950Lc1M=";
    hash = "sha256-kZRc+d6tQGJTR41yNYOyfu/vTMH4mkwru3IQvnHS4yo=";
  };

  buildInputs = [ ghostscript ];