Merge pull request #183338 from totoroot/update/bsp-layout-unstable-2022-07-27

bsp-layout: unstable-2022-06-19 -> unstable-2022-07-27

authored by winter.bsky.social and committed by GitHub ea0f14a5 aee88b46

+2 -2
+2 -2
pkgs/tools/misc/bsp-layout/default.nix
··· 14 14 src = fetchFromGitHub { 15 15 owner = "phenax"; 16 16 repo = pname; 17 - rev = "181d38443778e81df2d4bc3639063c3ae608f9c7"; 18 - sha256 = "sha256-4NKI+OnOTYGaJnaPvSoXGJdSSzMo9AjYRLOomp9onoo="; 17 + rev = "9d60fc271454ea1bfca598575207a06d8d172d3e"; 18 + sha256 = "sha256-7bBVWJdgAnXLWzjQGZxVqhku2rsxX2kMxU4xkI9/DHE="; 19 19 }; 20 20 21 21 nativeBuildInputs = [ makeWrapper git bc ];