Merge pull request #327669 from redyf/update-bruno

bruno: 1.20.4 -> 1.21.0
This commit is contained in:
Pol Dellaiera
2024-07-16 21:21:22 +02:00
committed by GitHub
+3 -3
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";
};
}