Unverified Commit 794b624e authored by Jonas Heinrich's avatar Jonas Heinrich Committed by GitHub
Browse files

foliate: 3.2.1 -> 3.3.0 (#407818)

parents b7f84bbf b5ce85d8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,13 +20,13 @@

stdenv.mkDerivation rec {
  pname = "foliate";
  version = "3.2.1";
  version = "3.3.0";

  src = fetchFromGitHub {
    owner = "johnfactotum";
    repo = "foliate";
    tag = version;
    hash = "sha256-NU4lM+J5Tpd9Fl+eVbBy7WnCQ6LJ7oeWVkBxp6euTHU=";
    hash = "sha256-QpWJDwatT4zOAPF+dn+Sm5xivk9SIZOvexj0M/Nyu24=";
    fetchSubmodules = true;
  };