about summary refs log tree commit diff
path: root/pkgs/development/web
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-01-23 06:00:55 +0000
committerGitHub <noreply@github.com>2024-01-23 06:00:55 +0000
commit70e275b1cb84a97f1ccc913a8711e1b11f93646f (patch)
tree1a659ce138e1d303486a09a3340d4e192be2c7a4 /pkgs/development/web
parent8303a96c2d9a94ef0a3b48ea2782da438d3035c9 (diff)
parent9dbf5074dba2c3c43cc9faa065c85acf1a246b64 (diff)
downloadnixlib-70e275b1cb84a97f1ccc913a8711e1b11f93646f.tar
nixlib-70e275b1cb84a97f1ccc913a8711e1b11f93646f.tar.gz
nixlib-70e275b1cb84a97f1ccc913a8711e1b11f93646f.tar.bz2
nixlib-70e275b1cb84a97f1ccc913a8711e1b11f93646f.tar.lz
nixlib-70e275b1cb84a97f1ccc913a8711e1b11f93646f.tar.xz
nixlib-70e275b1cb84a97f1ccc913a8711e1b11f93646f.tar.zst
nixlib-70e275b1cb84a97f1ccc913a8711e1b11f93646f.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/development/web')
-rw-r--r--pkgs/development/web/nodejs/v21.nix4
-rw-r--r--pkgs/development/web/publii/default.nix4
2 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/web/nodejs/v21.nix b/pkgs/development/web/nodejs/v21.nix
index 5747ad87b6b3..1a34a5c9cc75 100644
--- a/pkgs/development/web/nodejs/v21.nix
+++ b/pkgs/development/web/nodejs/v21.nix
@@ -8,8 +8,8 @@ let
 in
 buildNodejs {
   inherit enableNpm;
-  version = "21.6.0";
-  sha256 = "sha256-ICZb/PpzyLRrMjeGQdOLAJ38mA6ygZLD1at/aYb9seM=";
+  version = "21.6.1";
+  sha256 = "sha256-eoLzVtHcul12bw4dTHUOLhjWKQtxC30ZqHJSQeevH2A=";
   patches = [
     ./disable-darwin-v8-system-instrumentation-node19.patch
     ./bypass-darwin-xcrun-node16.patch
diff --git a/pkgs/development/web/publii/default.nix b/pkgs/development/web/publii/default.nix
index 0a87fffbdd1d..5c5d776516ee 100644
--- a/pkgs/development/web/publii/default.nix
+++ b/pkgs/development/web/publii/default.nix
@@ -25,11 +25,11 @@
 
 stdenv.mkDerivation rec {
   pname = "publii";
-  version = "0.44.2";
+  version = "0.44.4";
 
   src = fetchurl {
     url = "https://getpublii.com/download/Publii-${version}.deb";
-    hash = "sha256-L54Aa/LiGtOEZ/ks62KckOnH042TfprOl+35AE1FwTM=";
+    hash = "sha256-Qk7Ix8VLfrgT4VbSIQFwB5oVfjgeSi8nttQWovptliw=";
   };
 
   dontConfigure = true;