Merge pull request #222749 from figsoda/boxxy

authored by figsoda and committed by GitHub 3b7218e9 94d74e60

+3 -3
+3 -3
pkgs/tools/misc/boxxy/default.nix
··· 6 6 7 7 rustPlatform.buildRustPackage rec { 8 8 pname = "boxxy"; 9 - version = "0.3.6"; 9 + version = "0.4.0"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "queer"; 13 13 repo = "boxxy"; 14 14 rev = "v${version}"; 15 - hash = "sha256-Iy4PDtqjAqZ8MKPAnPqLqsd+d37PB57fJE8C1fOdfQ4="; 15 + hash = "sha256-842vddqxxWh64uYrSk0bugx5hhhCnliSO1zoTmm5iVk="; 16 16 }; 17 17 18 - cargoHash = "sha256-wBSgdVNoGksvMFcRRAvYXrIw12BlW40zSPOmboGuVhQ="; 18 + cargoHash = "sha256-BwdGed5PvlPxtx0FcT4G7RG0M8fAUOuX7c+uR/m0Sz4="; 19 19 20 20 meta = with lib; { 21 21 description = "Puts bad Linux applications in a box with only their files";