Skip to content

Commit 0c58dc3

Browse files
bruno: 1.40.0 -> 1.40.1 (#394297)
Co-authored-by: gepbird <[email protected]>
2 parents 6745a60 + fff6bd7 commit 0c58dc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/br/bruno/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717

1818
buildNpmPackage rec {
1919
pname = "bruno";
20-
version = "1.40.0";
20+
version = "1.40.1";
2121

2222
src = fetchFromGitHub {
2323
owner = "usebruno";
2424
repo = "bruno";
2525
tag = "v${version}";
26-
hash = "sha256-8Uo3eGF555yoBQxpq1cF9JLK9jkYVMHG+6eFFX1NO3U=";
26+
hash = "sha256-1QJjdvH3cjZJKDWnua7EeqVEXaMEqYcv44jqG/O0+a4=";
2727

2828
postFetch = ''
2929
${lib.getExe npm-lockfile-fix} $out/package-lock.json

0 commit comments

Comments
 (0)