From 6a4a0394253df972617a4545340d9d5a7ec89bb9 Mon Sep 17 00:00:00 2001 From: figsoda Date: Sun, 26 Feb 2023 18:55:17 -0500 Subject: [PATCH] boxxy: 0.3.4 -> 0.3.5 Diff: https://github.com/queer/boxxy/compare/v0.3.4...v0.3.5 --- 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 6c42e7131c86..6e50eebe722a 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.4"; + version = "0.3.5"; src = fetchFromGitHub { owner = "queer"; repo = "boxxy"; rev = "v${version}"; - hash = "sha256-bFDGZhwawOPzXR0ODD61h/wVUibNVl7ayiV9jfvTI6c="; + hash = "sha256-BTVbx6Fk10A2SayXAH4hRRcUqI6+3VEW25vj3sdApqI="; }; - cargoHash = "sha256-oO0cb5PZ2BdJnB+Uyu5ZHpYR5znoeGa/RpyQAXLlrBQ="; + cargoHash = "sha256-eCi8dcaeNjuU7a7W4IJqz9bRbde6PLy/WJCipgancRE="; meta = with lib; { description = "Puts bad Linux applications in a box with only their files";