Unverified Commit a374df8d authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

Merge pull request #302744 from r-ryantm/auto-update/minijinja

minijinja: 1.0.16 -> 1.0.17
parents c4b7c43f efad42ee
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
  pname = "minijinja";
  version = "1.0.16";
  version = "1.0.17";

  src = fetchFromGitHub {
    owner = "mitsuhiko";
    repo = "minijinja";
    rev = version;
    hash = "sha256-/mWXtAu+4B0VTZsID7FOQkSnuTxOLUUrl+vubqPClCw=";
    hash = "sha256-NMDPOvSTBEw0469BKEAjL5T/OfVw807KESOpflNe3GI=";
  };

  cargoHash = "sha256-iMRcQL7/Q/9UmwPwaQslMruyUQ2QSU+5y7VNeAFMzk8=";
  cargoHash = "sha256-50fJ7Pb4MLICv3JkeeqiXEcu5cYYU0653YYWEd8HlJU=";

  # The tests relies on the presence of network connection
  doCheck = false;