8 lines
229 B
Nix
8 lines
229 B
Nix
|
{ fetchzip }:
|
||
|
|
||
|
fetchzip {
|
||
|
name = "mediawiki-simple-saml-php-source";
|
||
|
url = "https://extdist.wmflabs.org/dist/extensions/SimpleSAMLphp-REL1_41-9ae0678.tar.gz";
|
||
|
hash = "sha256-AmCaG5QXMJvi3N6zFyWylwYDt8GvyIk/0GFpM1Y0vkY=";
|
||
|
}
|