From ca3ab5415a6d6940e818c1af55bb4f1aaf538873 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Fri, 5 Dec 2025 02:47:20 +0900 Subject: [PATCH] packages/simplsamlphp: bump --- packages/simplesamlphp/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/simplesamlphp/default.nix b/packages/simplesamlphp/default.nix index 20715ea..90415fb 100644 --- a/packages/simplesamlphp/default.nix +++ b/packages/simplesamlphp/default.nix @@ -8,18 +8,18 @@ php.buildComposerProject rec { pname = "simplesamlphp"; - version = "2.2.1"; + version = "2.4.3"; src = fetchFromGitHub { owner = "simplesamlphp"; repo = "simplesamlphp"; - rev = "v${version}"; - hash = "sha256-jo7xma60M4VZgeDgyFumvJp1Sm+RP4XaugDkttQVB+k="; + tag = "v${version}"; + hash = "sha256-vv4gzcnPfMapd8gER2Vsng1SBloHKWrJJltnw2HUnX4="; }; composerStrictValidation = false; - vendorHash = "sha256-n6lJ/Fb6xI124PkKJMbJBDiuISlukWQcHl043uHoBb4="; + vendorHash = "sha256-vu3Iz6fRk3Gnh9Psn46jgRYKkmqGte+5xHBRmvdgKG4="; # TODO: metadata could be fetched automagically with these: # - https://simplesamlphp.org/docs/contrib_modules/metarefresh/simplesamlphp-automated_metadata.html