From 2abf36a9afe19f96501370081c3c7a274f951e32 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Mon, 11 May 2026 16:12:15 +0900 Subject: [PATCH] packages/simplesamlphp: 2.4.3 -> 2.5.0 --- packages/simplesamlphp/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/simplesamlphp/default.nix b/packages/simplesamlphp/default.nix index 90415fb..34e1acf 100644 --- a/packages/simplesamlphp/default.nix +++ b/packages/simplesamlphp/default.nix @@ -8,18 +8,18 @@ php.buildComposerProject rec { pname = "simplesamlphp"; - version = "2.4.3"; + version = "2.5.0"; src = fetchFromGitHub { owner = "simplesamlphp"; repo = "simplesamlphp"; tag = "v${version}"; - hash = "sha256-vv4gzcnPfMapd8gER2Vsng1SBloHKWrJJltnw2HUnX4="; + hash = "sha256-Md07vWhB/5MDUH+SPQEs8PYiUrkEgAyqQl+LO+ap0Sw="; }; composerStrictValidation = false; - vendorHash = "sha256-vu3Iz6fRk3Gnh9Psn46jgRYKkmqGte+5xHBRmvdgKG4="; + vendorHash = "sha256-GrEoGJXEyI1Ib+06GIuo5eRwxQ0UMKeX5RswShu2CHM="; # TODO: metadata could be fetched automagically with these: # - https://simplesamlphp.org/docs/contrib_modules/metarefresh/simplesamlphp-automated_metadata.html