Merge pull request #334187 from r-ryantm/auto-update/bruno

bruno: 1.23.1 -> 1.24.0
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-08-12 21:22:34 +00:00 committed by GitHub
commit ae7ca54522
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,20 +26,20 @@ let
in
buildNpmPackage' rec {
pname = "bruno";
version = "1.23.1";
version = "1.24.0";
src = fetchFromGitHub {
owner = "usebruno";
repo = "bruno";
rev = "v${version}";
hash = "sha256-uQe+j7EH62SH64z9mTpsR/tiYm4vSMDbAkYRhfkjf68=";
hash = "sha256-+rnZid+2E3xP6GTHKXki+MeRuoU8gAB34/MVyKu9oEQ=";
postFetch = ''
${lib.getExe npm-lockfile-fix} $out/package-lock.json
'';
};
npmDepsHash = "sha256-157hm7h5FWuOuxoo6WTtlMPq5LcRZIsSt5NDg0pvim8=";
npmDepsHash = "sha256-/1/QPKjSgJJDtmUipgbiVR+Buea9cXO+HvICfKVX/2g=";
npmFlags = [ "--legacy-peer-deps" ];
nativeBuildInputs =