From 2292347fc7b416b793d4c170cb75af8cd65ba18c Mon Sep 17 00:00:00 2001 From: figsoda Date: Fri, 24 Mar 2023 14:38:14 -0400 Subject: [PATCH] boxxy: 0.4.0 -> 0.5.1 Diff: https://github.com/queer/boxxy/compare/v0.4.0...v0.5.1 --- pkgs/tools/misc/boxxy/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/misc/boxxy/default.nix b/pkgs/tools/misc/boxxy/default.nix index c09a10263f9d..2213067f9bc9 100644 --- a/pkgs/tools/misc/boxxy/default.nix +++ b/pkgs/tools/misc/boxxy/default.nix @@ -6,16 +6,16 @@ rustPlatform.buildRustPackage rec { pname = "boxxy"; - version = "0.4.0"; + version = "0.5.1"; src = fetchFromGitHub { owner = "queer"; repo = "boxxy"; rev = "v${version}"; - hash = "sha256-842vddqxxWh64uYrSk0bugx5hhhCnliSO1zoTmm5iVk="; + hash = "sha256-e6AkxC3TP2StApPSWaadLz/AFmaKBKCrS5HuocvmfQs="; }; - cargoHash = "sha256-BwdGed5PvlPxtx0FcT4G7RG0M8fAUOuX7c+uR/m0Sz4="; + cargoHash = "sha256-E3IX3JSc8Rq8Qnx6Lk+PQgGfHptidxPaOqejYJgudlw="; meta = with lib; { description = "Puts bad Linux applications in a box with only their files";