Skip to content

Commit

Permalink
minijinja: 1.0.21 -> 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Apr 30, 2024
1 parent 8cf34f7 commit 6b48ca0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/mi/minijinja/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
pname = "minijinja";
version = "1.0.21";
version = "2.0.1";

src = fetchFromGitHub {
owner = "mitsuhiko";
repo = "minijinja";
rev = version;
hash = "sha256-P18zqKbr7kWU2B9b6MNdL0Z281174NHTGvo38J/wSEo=";
hash = "sha256-6TUi9YY/CtxaFpW8itAiXDFYRet56y6h+okc3cNKzdk=";
};

cargoHash = "sha256-nemZUNF1tHbXopIsvqFI/MIKrZcXj6YQF0WNxBkE310=";
cargoHash = "sha256-QNGdJg+6mUhWTvLSuLRnPFe2F42UDGnYPEqlVr7jF3s=";

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

0 comments on commit 6b48ca0

Please sign in to comment.