Loading pkgs/by-name/mi/minijinja/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -6,17 +6,17 @@ rustPlatform.buildRustPackage rec { pname = "minijinja"; version = "2.7.0"; version = "2.8.0"; src = fetchFromGitHub { owner = "mitsuhiko"; repo = "minijinja"; rev = version; hash = "sha256-8MKd1sT+zg03tkKppd8/Zu6ZZWoVTMTmQXSrcDKp0xw="; hash = "sha256-U/cncTfMyEvJbD+pr4kUxHcdsf9BxnMcL5bNvE8ard4="; }; useFetchCargoVendor = true; cargoHash = "sha256-cOaHJsgzCTxY1JGpSamajyWfmAc+M+s2OS5xhcvUN8I="; cargoHash = "sha256-Pbb2cq7IEA1ZqWnHoOtIRgBDXf6GjT7G8plswlWG2Ko="; # The tests relies on the presence of network connection doCheck = false; Loading Loading
pkgs/by-name/mi/minijinja/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -6,17 +6,17 @@ rustPlatform.buildRustPackage rec { pname = "minijinja"; version = "2.7.0"; version = "2.8.0"; src = fetchFromGitHub { owner = "mitsuhiko"; repo = "minijinja"; rev = version; hash = "sha256-8MKd1sT+zg03tkKppd8/Zu6ZZWoVTMTmQXSrcDKp0xw="; hash = "sha256-U/cncTfMyEvJbD+pr4kUxHcdsf9BxnMcL5bNvE8ard4="; }; useFetchCargoVendor = true; cargoHash = "sha256-cOaHJsgzCTxY1JGpSamajyWfmAc+M+s2OS5xhcvUN8I="; cargoHash = "sha256-Pbb2cq7IEA1ZqWnHoOtIRgBDXf6GjT7G8plswlWG2Ko="; # The tests relies on the presence of network connection doCheck = false; Loading