diff options
| author | Chris Wells <chris@mathematicaster.org> | 2025-03-24 14:35:46 -0500 |
|---|---|---|
| committer | Chris Wells <chris@mathematicaster.org> | 2025-03-24 14:35:46 -0500 |
| commit | 8c2c1afd932bf2b46e4d91c01cc6cf9f3b000085 (patch) | |
| tree | 626761e6df043635560126a025a040c76f878bcb | |
| parent | b66fa26eaad3fcbf92af680b686f3d2680539128 (diff) | |
| download | cooklang-nix-8c2c1afd932bf2b46e4d91c01cc6cf9f3b000085.tar cooklang-nix-8c2c1afd932bf2b46e4d91c01cc6cf9f3b000085.tar.gz cooklang-nix-8c2c1afd932bf2b46e4d91c01cc6cf9f3b000085.tar.bz2 cooklang-nix-8c2c1afd932bf2b46e4d91c01cc6cf9f3b000085.tar.lz cooklang-nix-8c2c1afd932bf2b46e4d91c01cc6cf9f3b000085.tar.xz cooklang-nix-8c2c1afd932bf2b46e4d91c01cc6cf9f3b000085.tar.zst cooklang-nix-8c2c1afd932bf2b46e4d91c01cc6cf9f3b000085.zip | |
Bumped cooklang-chef to v0.10.0
| -rw-r--r-- | pkgs/chef/default.nix | 6 |
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 |
