We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c36e944 + 248868a commit 350f43fCopy full SHA for 350f43f
pkgs/by-name/mi/minijinja/package.nix
@@ -6,16 +6,16 @@
6
7
rustPlatform.buildRustPackage (finalAttrs: {
8
pname = "minijinja";
9
- version = "2.16.0";
+ version = "2.17.0";
10
11
src = fetchFromGitHub {
12
owner = "mitsuhiko";
13
repo = "minijinja";
14
rev = finalAttrs.version;
15
- hash = "sha256-55Zo8mVgMhCgYzE6662oTXfn7W908LplZv6ys/aHveY=";
+ hash = "sha256-Q8s9NH2Su2IL2GlZIDUUmkwnfluMjOY/ULuLoL4+lEE=";
16
};
17
18
- cargoHash = "sha256-aSszdJCOdO8xvypBGXm2kItjl9HojyxC8/BeKrOAImU=";
+ cargoHash = "sha256-7uzSuBpRWIWmtCO81i7RXP9k8mp6tTe/lMHP5nKMX1I=";
19
20
# The tests relies on the presence of network connection
21
doCheck = false;
0 commit comments