From 4a02ed9bf64af95a9cfc09cde5b939de61fdb211 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Thu, 23 Nov 2023 14:21:52 +0100 Subject: [PATCH] patches: Update patches --- patches/268137.patch | 6 +++--- patches/269406.patch | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/patches/268137.patch b/patches/268137.patch index 48e1a9a8..5be6d8fb 100644 --- a/patches/268137.patch +++ b/patches/268137.patch @@ -1,5 +1,5 @@ diff --git a/pkgs/os-specific/linux/firmware/fwupd/default.nix b/pkgs/os-specific/linux/firmware/fwupd/default.nix -index f4914d8432728f..13457c69082b03 100644 +index f4914d8432728f..c77c01df85086b 100644 --- a/pkgs/os-specific/linux/firmware/fwupd/default.nix +++ b/pkgs/os-specific/linux/firmware/fwupd/default.nix @@ -19,7 +19,6 @@ @@ -15,7 +15,7 @@ index f4914d8432728f..13457c69082b03 100644 stdenv.mkDerivation (finalAttrs: { pname = "fwupd"; - version = "1.9.7"; -+ version = "1.9.8"; ++ version = "1.9.9"; # libfwupd goes to lib # daemon, plug-ins and libfwupdplugin go to out @@ -24,7 +24,7 @@ index f4914d8432728f..13457c69082b03 100644 repo = "fwupd"; rev = finalAttrs.version; - hash = "sha256-NhVCIjkwoTZptctIrkU9HgXzjr+KCUZfEKcjoYgAEdM="; -+ hash = "sha256-2nOpo6HJteZlMEFyXUIWGpoZxzEb7s9HmC2yOMvMqAM="; ++ hash = "sha256-UUrG3CMCAC5hyy2U5I4zqvJoSP/+zuiq1P+2Pdb3QD0="; }; patches = [ diff --git a/patches/269406.patch b/patches/269406.patch index d4bc9024..7e801d12 100644 --- a/patches/269406.patch +++ b/patches/269406.patch @@ -1,5 +1,5 @@ diff --git a/pkgs/applications/networking/instant-messengers/teams-for-linux/default.nix b/pkgs/applications/networking/instant-messengers/teams-for-linux/default.nix -index a30f5be4ce9f37..cfd2ce320aa23e 100644 +index 4194043574d879..ed8ed30327816a 100644 --- a/pkgs/applications/networking/instant-messengers/teams-for-linux/default.nix +++ b/pkgs/applications/networking/instant-messengers/teams-for-linux/default.nix @@ -19,18 +19,18 @@ @@ -23,4 +23,4 @@ index a30f5be4ce9f37..cfd2ce320aa23e 100644 + hash = "sha256-ydhJXAvz3k6GwpnSL6brl9xFpb+ooi8Am89TkcE00hc="; }; - nativeBuildInputs = [ yarn fixup_yarn_lock nodejs copyDesktopItems makeWrapper ]; + nativeBuildInputs = [ yarn prefetch-yarn-deps nodejs copyDesktopItems makeWrapper ];