bruno: 3.5.0 -> 3.5.1

This commit is contained in:
R. Ryantm
2026-07-10 19:23:47 +00:00
parent 2e657a0bd8
commit 9ec425bc44
+2 -2
View File
@@ -21,13 +21,13 @@
buildNpmPackage rec {
pname = "bruno";
version = "3.5.0";
version = "3.5.1";
src = fetchFromGitHub {
owner = "usebruno";
repo = "bruno";
tag = "v${version}";
hash = "sha256-Vdd/z3xYuU8axfEfuDOKPTfV0xiZXJ15G5z16VoGYLQ=";
hash = "sha256-ud1zdA38k5RW6qlmPQGnkYUIHOhiHNYWmlXbEzJsIUk=";
postFetch = ''
${lib.getExe npm-lockfile-fix} $out/package-lock.json