about summary refs log tree commit diff stats
path: root/pkgs
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-04-28 13:37:55 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-04-28 13:37:55 +0200
commit9557336692627ab9c942c30e19cd2a0ee5a7f410 (patch)
treeff5c7b0d8bc0aa4c590e7e6ee445e4a651c1319f /pkgs
parentmodules/sharkey: Add required `@chown` syscall group to allow list (diff)
downloadnixos-server-9557336692627ab9c942c30e19cd2a0ee5a7f410.zip
pkgs/sharkey: 2025.2.2 -> 2025.2.3
There is no change log, as this is a security update.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/by-name/sh/sharkey/unstable_package.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/sh/sharkey/unstable_package.nix b/pkgs/by-name/sh/sharkey/unstable_package.nix
index 3922ca0..a88b7df 100644
--- a/pkgs/by-name/sh/sharkey/unstable_package.nix
+++ b/pkgs/by-name/sh/sharkey/unstable_package.nix
@@ -25,14 +25,14 @@
 }:
 stdenv.mkDerivation (finalAttrs: {
   pname = "sharkey";
-  version = "2025.2.2";
+  version = "2025.2.3";
 
   src = fetchFromGitLab {
     owner = "TransFem-org";
     repo = "Sharkey";
     domain = "activitypub.software";
     rev = finalAttrs.version;
-    hash = "sha256-KVr4KLtJ22LEk94GuxeTk8/GcFs7oU/gkoVTvrgbYBg=";
+    hash = "sha256-VBfkJuoQzQ93sUmJNnr1JUjA2GQNgOIuX+j8nAz3bb4=";
     fetchSubmodules = true;
   };
 
@@ -66,7 +66,7 @@ stdenv.mkDerivation (finalAttrs: {
 
     dontBuild = true;
     outputHashMode = "recursive";
-    outputHash = "sha256-XWcDchvrYSJr0s/DMb8FIEK7MdE6aC2bAbrW88Ig4ug=";
+    outputHash = "sha256-ALstAaN8dr5qSnc/ly0hv+oaeKrYFQ3GhObYXOv4E6I=";
   };
 
   nativeBuildInputs = [