Unverified Commit 368069aa authored by Mathew Polzin's avatar Mathew Polzin Committed by GitHub
Browse files

bruno: 2.15.0 -> 2.15.1 (#468295)

parents 765cd61a 819948e8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,13 +20,13 @@

buildNpmPackage rec {
  pname = "bruno";
  version = "2.15.0";
  version = "2.15.1";

  src = fetchFromGitHub {
    owner = "usebruno";
    repo = "bruno";
    tag = "v${version}";
    hash = "sha256-rHum5wQFQ3MuPCelJYzPo5ce4vlHA34ARgSQ6uJTE60=";
    hash = "sha256-REK3rJ+Svf6bLIfLwizlLa3rIBgnhQHbhzTTe8VPoc4=";

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