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