Skip to content

Commit 248868a

Browse files
committed
minijinja: 2.16.0 -> 2.17.0
1 parent c4b0401 commit 248868a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/mi/minijinja/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66

77
rustPlatform.buildRustPackage (finalAttrs: {
88
pname = "minijinja";
9-
version = "2.16.0";
9+
version = "2.17.0";
1010

1111
src = fetchFromGitHub {
1212
owner = "mitsuhiko";
1313
repo = "minijinja";
1414
rev = finalAttrs.version;
15-
hash = "sha256-55Zo8mVgMhCgYzE6662oTXfn7W908LplZv6ys/aHveY=";
15+
hash = "sha256-Q8s9NH2Su2IL2GlZIDUUmkwnfluMjOY/ULuLoL4+lEE=";
1616
};
1717

18-
cargoHash = "sha256-aSszdJCOdO8xvypBGXm2kItjl9HojyxC8/BeKrOAImU=";
18+
cargoHash = "sha256-7uzSuBpRWIWmtCO81i7RXP9k8mp6tTe/lMHP5nKMX1I=";
1919

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

0 commit comments

Comments
 (0)