fastfetchMinimal: 2.45.0 -> 2.46.0 (#418350)

authored by Felix Bargfeldt and committed by GitHub 6a3d2917 4d48a5bf

+2 -2
+2 -2
pkgs/by-name/fa/fastfetch/package.nix
··· 59 }: 60 stdenv.mkDerivation (finalAttrs: { 61 pname = "fastfetch"; 62 - version = "2.45.0"; 63 64 src = fetchFromGitHub { 65 owner = "fastfetch-cli"; 66 repo = "fastfetch"; 67 tag = finalAttrs.version; 68 - hash = "sha256-HDr4goUvAKeMk2UGmF2ON72ETQQipNwLfsvyB+f74LE="; 69 }; 70 71 outputs = [
··· 59 }: 60 stdenv.mkDerivation (finalAttrs: { 61 pname = "fastfetch"; 62 + version = "2.46.0"; 63 64 src = fetchFromGitHub { 65 owner = "fastfetch-cli"; 66 repo = "fastfetch"; 67 tag = finalAttrs.version; 68 + hash = "sha256-gRDG3lbUcApUushUPCpTkzc6FOB/CHrsVZwdRn6IEL8="; 69 }; 70 71 outputs = [