Skip to content

Commit 5cb096a

Browse files
simplesamlphp: switch to buildComposerProject2 and tag (NixOS#378348)
* simplesamlphp: switch to buildComposerProject2 * simplesamlphp: switch to tag
1 parent 80bb9ae commit 5cb096a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/si/simplesamlphp/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
fetchFromGitHub,
44
lib,
55
}:
6-
php.buildComposerProject (finalAttrs: {
6+
php.buildComposerProject2 (finalAttrs: {
77
pname = "simplesamlphp";
88
version = "1.19.7";
99

1010
src = fetchFromGitHub {
1111
owner = "simplesamlphp";
1212
repo = "simplesamlphp";
13-
rev = "v${finalAttrs.version}";
13+
tag = "v${finalAttrs.version}";
1414
hash = "sha256-Qmy9fuZq8MBqvYV6/u3Dg92pHHicuUhdNeB22u4hwwA=";
1515
};
1616

17-
vendorHash = "sha256-FMFD0AXmD7Rq4d9+aNtGVk11YuOt40FWEqxvf+gBjmI=";
17+
vendorHash = "sha256-kFRvOxSfqlM+xzFFlEm9YrbQDOvC4AA0BtztFQ1xxDU=";
1818

1919
meta = {
2020
description = "SimpleSAMLphp is an application written in native PHP that deals with authentication (SQL, .htpasswd, YubiKey, LDAP, PAPI, Radius)";

0 commit comments

Comments
 (0)