about summary refs log tree commit diff
path: root/pkgs/tools/misc/boxxy
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-02-26 18:55:17 -0500
committerfigsoda <figsoda@pm.me>2023-02-26 18:55:17 -0500
commit6a4a0394253df972617a4545340d9d5a7ec89bb9 (patch)
tree20469ef8d12ef0d069047799060c3d0192da6327 /pkgs/tools/misc/boxxy
parentbb92827c04244df13779317934fad26c75e2cc93 (diff)
boxxy: 0.3.4 -> 0.3.5
Diff: https://github.com/queer/boxxy/compare/v0.3.4...v0.3.5
Diffstat (limited to 'pkgs/tools/misc/boxxy')
-rw-r--r--pkgs/tools/misc/boxxy/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/boxxy/default.nix b/pkgs/tools/misc/boxxy/default.nix
index 6c42e7131c86f..6e50eebe722af 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";