bruno: 2.15.0 -> 2.15.1 (#468295)

This commit is contained in:
Mathew Polzin
2025-12-06 02:44:57 +00:00
committed by GitHub
+2 -2
View File
@@ -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