From 718b8b7be1f5c9d8de07e1cb7fb4ef25cef56ca5 Mon Sep 17 00:00:00 2001 From: DeevsDeevs <49076636+DeevsDeevs@users.noreply.github.com> Date: Wed, 15 Jul 2026 20:15:25 +0000 Subject: [PATCH] chore: update pup to 1.6.4 --- package.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.nix b/package.nix index dc9d7e3..03db302 100644 --- a/package.nix +++ b/package.nix @@ -6,24 +6,24 @@ }: let - version = "1.6.2"; + version = "1.6.4"; sources = { "aarch64-darwin" = { asset = "pup_${version}_Darwin_arm64.tar.gz"; - hash = "sha256-er8nzA57pJbr667eWDdmWUC2nThWBor4lntnkGh/pvY="; + hash = "sha256-Dh42wIZsOxk2SXbr2MOiWOYodDGgB2VmqXg0K8UDwoU="; }; "x86_64-darwin" = { asset = "pup_${version}_Darwin_x86_64.tar.gz"; - hash = "sha256-dME8Xqby+BWVn3Go5WHEUTpuYOINvcCNMdCe0ILstEI="; + hash = "sha256-8UpP02BFPbPu3mI5jrioR5svgWrqWhb21Xoj9pzKf5Q="; }; "aarch64-linux" = { asset = "pup_${version}_Linux_arm64.tar.gz"; - hash = "sha256-ADRtVg+3Eb0f3aU01bIQDe2Bae/1nnFsI1FVv3AcdvI="; + hash = "sha256-kXXhRmcmmSeqJAnXCH5/CPcg0d42pJmepZM7o22k2g0="; }; "x86_64-linux" = { asset = "pup_${version}_Linux_x86_64.tar.gz"; - hash = "sha256-7lAsWzx7PVZywOraiP25Y4+LgISfuP+6ai3p250pVy8="; + hash = "sha256-xjnMgLNY056M8gH2ag8exbmftFO7iW8TJ8ukY5E+G5U="; }; };