From 40df9774dcbeb91f5b287ac462a23df4ee5e3dca Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Fri, 17 Mar 2023 18:38:16 +0000 Subject: [PATCH] =?UTF-8?q?libadwaita:=201.3.rc=20=E2=86=92=201.3.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://gitlab.gnome.org/GNOME/libadwaita/-/compare/1.3.rc...1.3.1 Changelog-Reviewed-By: Jan Tojnar --- .../libraries/libadwaita/default.nix | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/pkgs/development/libraries/libadwaita/default.nix b/pkgs/development/libraries/libadwaita/default.nix index b03c4c3535f0..daf02487d08e 100644 --- a/pkgs/development/libraries/libadwaita/default.nix +++ b/pkgs/development/libraries/libadwaita/default.nix @@ -1,7 +1,6 @@ { lib , stdenv , fetchFromGitLab -, fetchpatch , gi-docgen , meson , ninja @@ -21,7 +20,7 @@ stdenv.mkDerivation rec { pname = "libadwaita"; - version = "1.3.rc"; + version = "1.3.1"; outputs = [ "out" "dev" "devdoc" ]; outputBin = "devdoc"; # demo app @@ -31,23 +30,9 @@ stdenv.mkDerivation rec { owner = "GNOME"; repo = "libadwaita"; rev = version; - hash = "sha256-Xb1sNT1KpWspRkjuPBcAaRMXtVpXnjhm+V2FkNthEKk="; + hash = "sha256-RIJtlSBZX4+rMOGQaFn31CCEKkWtPjtzO4fcX+iApvs="; }; - patches = [ - # Fixes for the broken carousel test - # https://github.com/NixOS/nixpkgs/pull/218143#issuecomment-1456610692 - # https://gitlab.gnome.org/GNOME/libadwaita/-/merge_requests/786 - (fetchpatch { - url = "https://gitlab.gnome.org/GNOME/libadwaita/-/commit/cbfd8e57d5ba684c8744f6955e0435e7a09b993e.patch"; - hash = "sha256-nVJD5Eu4gjyfIJf4/6e/ah10/dSxjLk5weWKxSP8byE="; - }) - (fetchpatch { - url = "https://gitlab.gnome.org/GNOME/libadwaita/-/commit/78dc3b1dc8527b29c8610a1ad3dee82c8b2b3771.patch"; - hash = "sha256-Nthf5crWjNlAPI+8SQ7YfUBCcmCJrHcfkpankqSm+Ic="; - }) - ]; - depsBuildBuild = [ pkg-config ];