From 59d6f99f8090b13d84e95d6c9dad673aaaa47538 Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Tue, 5 Sep 2023 15:12:15 +0000 Subject: [PATCH] =?UTF-8?q?glycin-loaders:=200.1.beta.2=20=E2=86=92=200.1.?= =?UTF-8?q?rc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://gitlab.gnome.org/sophie-h/glycin/-/compare/0.1.beta.2...0.1.rc Bumped rsvg: https://gitlab.gnome.org/sophie-h/glycin/-/commit/1c712f78b3529c8522e3d554505605145af05049 Added tests (we don't run it right now I think): https://gitlab.gnome.org/sophie-h/glycin/-/commit/096ca214da7b4a774de508ff4e09bbcca42d3ca2 Relicensed under MPL and keep LGPL: https://gitlab.gnome.org/sophie-h/glycin/-/commit/bbf9559496874f04b340c2537a1944360ddb0f5d Changelog-reviewed-by: Bobby Rong Changelog-reviewed-by: Jan Tojnar --- pkgs/by-name/gl/glycin-loaders/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/gl/glycin-loaders/package.nix b/pkgs/by-name/gl/glycin-loaders/package.nix index d52c518a37ee..4560f340fd61 100644 --- a/pkgs/by-name/gl/glycin-loaders/package.nix +++ b/pkgs/by-name/gl/glycin-loaders/package.nix @@ -18,11 +18,11 @@ stdenv.mkDerivation (finalAttrs: { pname = "glycin-loaders"; - version = "0.1.beta.2"; + version = "0.1.rc"; src = fetchurl { url = "mirror://gnome/sources/glycin-loaders/${lib.versions.majorMinor finalAttrs.version}/glycin-loaders-${finalAttrs.version}.tar.xz"; - hash = "sha256-GwxwHzMDVFWJTfmK/CEoICSLExJyuDv72/g1EOGciBM="; + hash = "sha256-q0MMcOnFLhSjeGQnByuKrKC7IdMgYcE52dgldXmKHkI="; }; patches = [ @@ -64,7 +64,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Glycin loaders for several formats"; homepage = "https://gitlab.gnome.org/sophie-h/glycin"; maintainers = teams.gnome.members; - license = licenses.lgpl21Only; + license = with licenses; [ mpl20 /* or */ lgpl21Plus ]; platforms = platforms.linux; }; })