From 00d443b449b46ff47c544682f840be6af28495e9 Mon Sep 17 00:00:00 2001 From: figsoda Date: Thu, 23 Mar 2023 11:57:10 -0400 Subject: [PATCH] boxxy: 0.3.6 -> 0.4.0 Diff: https://github.com/queer/boxxy/compare/v0.3.6...v0.4.0 --- 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 117efce55071..c09a10263f9d 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.3.6"; + version = "0.4.0"; src = fetchFromGitHub { owner = "queer"; repo = "boxxy"; rev = "v${version}"; - hash = "sha256-Iy4PDtqjAqZ8MKPAnPqLqsd+d37PB57fJE8C1fOdfQ4="; + hash = "sha256-842vddqxxWh64uYrSk0bugx5hhhCnliSO1zoTmm5iVk="; }; - cargoHash = "sha256-wBSgdVNoGksvMFcRRAvYXrIw12BlW40zSPOmboGuVhQ="; + cargoHash = "sha256-BwdGed5PvlPxtx0FcT4G7RG0M8fAUOuX7c+uR/m0Sz4="; meta = with lib; { description = "Puts bad Linux applications in a box with only their files";