Commit 0b839920 authored by R. RyanTM's avatar R. RyanTM
Browse files

lout: 3.43.2 -> 3.43.3

parent 37592f10
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 ];