Skip to content

Commit

Permalink
bruno: 1.30.1 -> 1.32.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 7, 2024
1 parent 8ab1d55 commit 0340112
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/br/bruno/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ let
in
buildNpmPackage' rec {
pname = "bruno";
version = "1.30.1";
version = "1.32.1";

src = fetchFromGitHub {
owner = "usebruno";
repo = "bruno";
rev = "v${version}";
hash = "sha256-9dH79ytqkZcdgUMbTa32VHKr2dHiNsJu6GawDtRsJx0=";
hash = "sha256-n/3zNS3aME7ZSoJ7TQ7gqVod469g7PGTsLcdNIwB09Y=";

postFetch = ''
${lib.getExe npm-lockfile-fix} $out/package-lock.json
Expand Down

0 comments on commit 0340112

Please sign in to comment.