From 0da553d4c2604fe5602990595ac592110f7efdc2 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Tue, 5 Dec 2023 09:48:51 -0600 Subject: [PATCH 1/4] fastfetch: 2.2.3 -> 2.3.1 --- pkgs/tools/misc/fastfetch/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/misc/fastfetch/default.nix b/pkgs/tools/misc/fastfetch/default.nix index adab3390de1d..3fb5ef461425 100644 --- a/pkgs/tools/misc/fastfetch/default.nix +++ b/pkgs/tools/misc/fastfetch/default.nix @@ -43,13 +43,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "fastfetch"; - version = "2.2.3"; + version = "2.3.1"; src = fetchFromGitHub { owner = "fastfetch-cli"; repo = "fastfetch"; rev = finalAttrs.version; - hash = "sha256-JaD0R1vfHoWMhipMtTW0dlggR7RbD2evHfHrjoZJBmk="; + hash = "sha256-0zzjJQZryrZTCKr8Mt8mia0BkwbTYGsr/FnHWAHk8iE="; }; nativeBuildInputs = [ From f6183c03e60a81d45389f0d233f6020f31d136d3 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Tue, 5 Dec 2023 22:22:52 -0600 Subject: [PATCH 2/4] fastfetch: 2.3.1 -> 2.3.2 --- pkgs/tools/misc/fastfetch/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/misc/fastfetch/default.nix b/pkgs/tools/misc/fastfetch/default.nix index 3fb5ef461425..b64f91dcbfbb 100644 --- a/pkgs/tools/misc/fastfetch/default.nix +++ b/pkgs/tools/misc/fastfetch/default.nix @@ -43,13 +43,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "fastfetch"; - version = "2.3.1"; + version = "2.3.2"; src = fetchFromGitHub { owner = "fastfetch-cli"; repo = "fastfetch"; rev = finalAttrs.version; - hash = "sha256-0zzjJQZryrZTCKr8Mt8mia0BkwbTYGsr/FnHWAHk8iE="; + hash = "sha256-lmZFG420XjD7wKjiF0VDygkcpfA3ZD3g90lfKlTYuLk="; }; nativeBuildInputs = [ From ac2a1f7eaf5e4cd69e05bba010da12e9af86c7ab Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Wed, 6 Dec 2023 21:11:45 -0600 Subject: [PATCH 3/4] fastfetch: 2.3.2 -> 2.3.3 --- pkgs/tools/misc/fastfetch/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/misc/fastfetch/default.nix b/pkgs/tools/misc/fastfetch/default.nix index b64f91dcbfbb..949fa5eda395 100644 --- a/pkgs/tools/misc/fastfetch/default.nix +++ b/pkgs/tools/misc/fastfetch/default.nix @@ -43,13 +43,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "fastfetch"; - version = "2.3.2"; + version = "2.3.3"; src = fetchFromGitHub { owner = "fastfetch-cli"; repo = "fastfetch"; rev = finalAttrs.version; - hash = "sha256-lmZFG420XjD7wKjiF0VDygkcpfA3ZD3g90lfKlTYuLk="; + hash = "sha256-jQGG5VJqboHqvjpatn6RKCJEOqMaVf0qyxmbONvMKoE="; }; nativeBuildInputs = [ From c66e9b2cc446c28c3529f75539c7e98df241a9be Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Thu, 7 Dec 2023 11:53:22 -0600 Subject: [PATCH 4/4] fastfetch: 2.3.3 -> 2.3.4 --- pkgs/tools/misc/fastfetch/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/misc/fastfetch/default.nix b/pkgs/tools/misc/fastfetch/default.nix index 949fa5eda395..53be29dcfa3c 100644 --- a/pkgs/tools/misc/fastfetch/default.nix +++ b/pkgs/tools/misc/fastfetch/default.nix @@ -43,13 +43,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "fastfetch"; - version = "2.3.3"; + version = "2.3.4"; src = fetchFromGitHub { owner = "fastfetch-cli"; repo = "fastfetch"; rev = finalAttrs.version; - hash = "sha256-jQGG5VJqboHqvjpatn6RKCJEOqMaVf0qyxmbONvMKoE="; + hash = "sha256-jZeecymhjbXYE05zRF2dWHBS3hhRm1BmLB906YAlp+A="; }; nativeBuildInputs = [