We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a59642d commit e4b4844Copy full SHA for e4b4844
modules/overlays/nodejs_24.nix
@@ -2,10 +2,10 @@ final: prev: {
2
# this worked (using the same package as nixpkgs do)
3
# takes a long time (like using the GitHub code)
4
nodejs_24 = prev.nodejs_24.overrideAttrs (oldAttrs: rec {
5
- version = "24.8.0";
+ version = "24.9.0";
6
src = prev.fetchurl {
7
url = "https://nodejs.org/dist/v${version}/node-v${version}.tar.xz";
8
- hash = "sha256-HAOzYuv0dA1HWLmj0wh+PemJ9UgjZQ7IC0cJDvQUsuA=";
+ hash = "sha256-8XvEywH1kJjDSiiMG7EJp3iGfBTusOu9YI0GF7EZO78=";
9
};
10
});
11
}
0 commit comments