aboutsummaryrefslogtreecommitdiff
path: root/pkgs/chef
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/chef')
-rw-r--r--pkgs/chef/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/chef/default.nix b/pkgs/chef/default.nix
index cb8e72b..a2d6623 100644
--- a/pkgs/chef/default.nix
+++ b/pkgs/chef/default.nix
@@ -2,17 +2,17 @@
, ... }:
let
pname = "cooklang-chef";
- version = "0.9.1";
+ version = "0.10.0";
src = fetchFromGitHub {
owner = "Zheoni";
repo = "cooklang-chef";
rev = "v${version}";
- hash = "sha256-zst5dsRbSMP9b6XcWua3DFkQK9XjYytoxvbmhmkqTmk=";
+ hash = "sha256-YPsofecsdiJE4rWVy82ao99YZiCPEPoF14XavTAhq+w=";
};
in rustPlatform.buildRustPackage {
inherit pname version src;
- cargoHash = "sha256-NH8LznrRHcv93wtI6i6kCLGmzGKnqsbQQN6UUTt42MQ=";
+ cargoHash = "sha256-RnpcB7AtFu1/yV6n0U2HKFuUS+yMGL7+LY0fyrJe1TA=";
nativeBuildInputs = [
installShellFiles