bruno: 1.20.4 -> 1.21.0

This commit is contained in:
Redyf 2024-07-16 11:31:47 -03:00
parent 0a8593b93c
commit 822566ff40

View File

@ -28,13 +28,13 @@ let
in
buildNpmPackage' rec {
pname = "bruno";
version = "1.20.4";
version = "1.21.0";
src = fetchFromGitHub {
owner = "usebruno";
repo = "bruno";
rev = "v${version}";
hash = "sha256-0YWkZdfthHpX4Duc0kP9/QBBTQk1Jx0Hrjd/aoRUIKU=";
hash = "sha256-k8pRSAQpE//qH7XRjSTXmxundgK5dmOQTRKP9D2RUdY=";
postFetch = ''
${lib.getExe npm-lockfile-fix} $out/package-lock.json
@ -158,7 +158,7 @@ buildNpmPackage' rec {
homepage = "https://www.usebruno.com";
inherit (electron.meta) platforms;
license = licenses.mit;
maintainers = with maintainers; [ gepbird kashw2 lucasew mattpolzin water-sucks ];
maintainers = with maintainers; [ gepbird kashw2 lucasew mattpolzin water-sucks redyf ];
mainProgram = "bruno";
};
}