Merge pull request #229051 from r-ryantm/auto-update/lasso

lasso: 2.8.1 -> 2.8.2
This commit is contained in:
Mario Rodas 2023-04-30 16:13:40 -05:00 committed by GitHub
commit 1cd033608b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,11 +16,11 @@
stdenv.mkDerivation rec {
pname = "lasso";
version = "2.8.1";
version = "2.8.2";
src = fetchurl {
url = "https://dev.entrouvert.org/lasso/lasso-${version}.tar.gz";
hash = "sha256-t9DJj2xmFPruspKhjy2DbAvDeNWaXXSB6BC7bGnsnd8=";
hash = "sha256-ahgxv9v49CTHUIq6R7BF1RNB7A/ekSLziwuGsJbvUz4=";
};
nativeBuildInputs = [
@ -51,6 +51,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://lasso.entrouvert.org/";
description = "Liberty Alliance Single Sign-On library";
changelog = "https://git.entrouvert.org/entrouvert/lasso/raw/tag/v${version}/ChangeLog";
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ womfoo ];