diff --git a/package.nix b/package.nix index dc9d7e3..43d376f 100644 --- a/package.nix +++ b/package.nix @@ -6,24 +6,24 @@ }: let - version = "1.6.2"; + version = "1.10.9"; sources = { "aarch64-darwin" = { asset = "pup_${version}_Darwin_arm64.tar.gz"; - hash = "sha256-er8nzA57pJbr667eWDdmWUC2nThWBor4lntnkGh/pvY="; + hash = "sha256-FebBEXFkRfA9St7fFktqtyv41Q5tLTWnUzLzEOZS3WY="; }; "x86_64-darwin" = { asset = "pup_${version}_Darwin_x86_64.tar.gz"; - hash = "sha256-dME8Xqby+BWVn3Go5WHEUTpuYOINvcCNMdCe0ILstEI="; + hash = "sha256-whkRuTeZqCNP7yFoNYQVX7ZhRs9n/yRUaIFNIrzA0fM="; }; "aarch64-linux" = { asset = "pup_${version}_Linux_arm64.tar.gz"; - hash = "sha256-ADRtVg+3Eb0f3aU01bIQDe2Bae/1nnFsI1FVv3AcdvI="; + hash = "sha256-o3zfRIjP7RtECFlLGYWB1pPRt6Uj0hadwya/C7CPZqw="; }; "x86_64-linux" = { asset = "pup_${version}_Linux_x86_64.tar.gz"; - hash = "sha256-7lAsWzx7PVZywOraiP25Y4+LgISfuP+6ai3p250pVy8="; + hash = "sha256-dxbGP5Lwvp1uzUd2bpKXpXRUNTqpO4I75X1wQYBSW/Q="; }; };