bruno: 1.22.0 -> 1.23.0

https://github.com/usebruno/bruno/releases/tag/v1.23.0
This commit is contained in:
redyf
2024-07-31 11:29:56 -03:00
parent cb27644348
commit 69cbd04283
+2 -2
View File
@@ -28,13 +28,13 @@ let
in
buildNpmPackage' rec {
pname = "bruno";
version = "1.22.0";
version = "1.23.0";
src = fetchFromGitHub {
owner = "usebruno";
repo = "bruno";
rev = "v${version}";
hash = "sha256-RcMmW1+XbQSVeaYnK7y8/WdQLYOIozyt9OCDAsSZ3HU=";
hash = "sha256-zbQlmxrvA2rZLEGmhj7MkVP5SmJdhhL9F3wRrB97DJs=";
postFetch = ''
${lib.getExe npm-lockfile-fix} $out/package-lock.json