aboutsummaryrefslogtreecommitdiff
path: root/pkgs
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/chef/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/chef/default.nix b/pkgs/chef/default.nix
index f4f2870..51e1226 100644
--- a/pkgs/chef/default.nix
+++ b/pkgs/chef/default.nix
@@ -1,12 +1,12 @@
{ rustPlatform, fetchFromGitHub, lib, installShellFiles, gitUpdater, withWebserver ? true }:
rustPlatform.buildRustPackage rec {
pname = "cooklang-chef";
- version = "0.10.1";
+ version = "0.10.3";
src = fetchFromGitHub {
owner = "Zheoni";
repo = "cooklang-chef";
rev = "v${version}";
- hash = "sha256-U/zEtDHIAjBakMjIqpJeFzTxof8SHSgLj9zjgND6q1Q=";
+ hash = "sha256-5HI9h26vXp4DYigPru6NHGsB8AOcsOWlL7/NN2FpsvA=";
};
cargoLock.lockFile = "${src}/Cargo.lock";