Unverified Commit 05528184 authored by Grimmauld's avatar Grimmauld Committed by GitHub
Browse files

inja: 3.4.0 -> 3.5.0 (#453308)

parents 7f5d5740 4955d85c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "inja";
  version = "3.4.0";
  version = "3.5.0";

  src = fetchFromGitHub {
    owner = "pantor";
    repo = "inja";
    rev = "v${finalAttrs.version}";
    hash = "sha256-B1EaR+qN32nLm3rdnlZvXQ/dlSd5XSc+5+gzBTPzUZU=";
    hash = "sha256-P4XKz2FcMfP0HRMoEC2+RKE/ljZSpusUTDmF9Ao5txo=";
  };

  nativeBuildInputs = [ cmake ];