Commit b1abae77 authored by R. RyanTM's avatar R. RyanTM
Browse files

pdfmixtool: 1.2.1 -> 1.2.2

parent b4065230
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "pdfmixtool";
  version = "1.2.1";
  version = "1.2.2";

  src = fetchFromGitLab {
    owner = "scarpetta";
    repo = "pdfmixtool";
    rev = "v${finalAttrs.version}";
    hash = "sha256-UuRTMLlUIyo2RF+XjI229kkE67ybmllIy98p97PjWCE=";
    hash = "sha256-+omL0WNU34BcWbsfK3FXfhp0DVWjm9Vb5OVjRCoT/IA=";
  };

  nativeBuildInputs = [