We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f869b0e + 854ec6e commit 5f978f8Copy full SHA for 5f978f8
1 file changed
pkgs/by-name/fa/fastfetch/package.nix
@@ -45,13 +45,13 @@
45
}:
46
stdenv.mkDerivation (finalAttrs: {
47
pname = "fastfetch";
48
- version = "2.41.0";
+ version = "2.42.0";
49
50
src = fetchFromGitHub {
51
owner = "fastfetch-cli";
52
repo = "fastfetch";
53
tag = finalAttrs.version;
54
- hash = "sha256-7BTQiUf78CKozZAUdw0Y1U7EO+ZvMDim3N/PPebDMNg=";
+ hash = "sha256-nlhW3ftBOjb2BHz1qjOI4VGiSn1+VAUcaA9n0nPikCU=";
55
};
56
57
outputs = [
0 commit comments