File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212} :
1313
1414stdenvNoCC . mkDerivation rec {
15- version = "1.1.24 " ;
15+ version = "1.1.20 " ;
1616 pname = "bun" ;
1717
1818 src = passthru . sources . ${ stdenvNoCC . hostPlatform . system } or ( throw "Unsupported system: ${ stdenvNoCC . hostPlatform . system } " ) ;
@@ -51,19 +51,19 @@ stdenvNoCC.mkDerivation rec {
5151 sources = {
5252 "aarch64-darwin" = fetchurl {
5353 url = "https://github.com/oven-sh/bun/releases/download/bun-v${ version } /bun-darwin-aarch64.zip" ;
54- hash = "sha256-S4CkxukIj/ST6J4Dt+V1z+QPjBcrIYdZvbSKQZYawZk =" ;
54+ hash = "sha256-ErutjiXBjC9GDvb0F39AgbbsSo6zhRzpDEvDor/xRbI =" ;
5555 } ;
5656 "aarch64-linux" = fetchurl {
5757 url = "https://github.com/oven-sh/bun/releases/download/bun-v${ version } /bun-linux-aarch64.zip" ;
58- hash = "sha256-gucwMMs7Y5nqhPzYYDoDR4PzV8avfXlZ6ae8r7wfZqA =" ;
58+ hash = "sha256-vqL/H5t0elgT9fSk0Op7Td69eP9WPY2XVo1a8sraTwM =" ;
5959 } ;
6060 "x86_64-darwin" = fetchurl {
6161 url = "https://github.com/oven-sh/bun/releases/download/bun-v${ version } /bun-darwin-x64-baseline.zip" ;
62- hash = "sha256-nJkzS+S+UguKL2EkVgeUYqsh2IseznO4CerdiEXloS8 =" ;
62+ hash = "sha256-5PLk8q3di5TW8HUfo7P3xrPWLhleAiSv9jp2XeL47Kk =" ;
6363 } ;
6464 "x86_64-linux" = fetchurl {
6565 url = "https://github.com/oven-sh/bun/releases/download/bun-v${ version } /bun-linux-x64.zip" ;
66- hash = "sha256-9HiIBnjPKC/dpGzJ1Y4goN3h+tjJz+4Sjq1DmWRT4cg =" ;
66+ hash = "sha256-bLcK0DSaLOzJSrIRPNHQeld5qud8ccqxzyDIgawMB3U =" ;
6767 } ;
6868 } ;
6969 updateScript = writeShellScript "update-bun" ''
You can’t perform that action at this time.
0 commit comments