Skip to content

Commit e4b4844

Browse files
committed
overlay: upgrade nodejs to v24.9.0
1 parent a59642d commit e4b4844

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/overlays/nodejs_24.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ final: prev: {
22
# this worked (using the same package as nixpkgs do)
33
# takes a long time (like using the GitHub code)
44
nodejs_24 = prev.nodejs_24.overrideAttrs (oldAttrs: rec {
5-
version = "24.8.0";
5+
version = "24.9.0";
66
src = prev.fetchurl {
77
url = "https://nodejs.org/dist/v${version}/node-v${version}.tar.xz";
8-
hash = "sha256-HAOzYuv0dA1HWLmj0wh+PemJ9UgjZQ7IC0cJDvQUsuA=";
8+
hash = "sha256-8XvEywH1kJjDSiiMG7EJp3iGfBTusOu9YI0GF7EZO78=";
99
};
1010
});
1111
}

0 commit comments

Comments
 (0)