about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-03-18 13:08:22 -0700
committerGitHub <noreply@github.com>2024-03-18 13:08:22 -0700
commit09def4986049daf8da108f03c0e06dd28496fe9a (patch)
tree43acda231137880ee3a7f1d23886f45689e9b496 /pkgs/tools
parentf277fb1d65105b01d31c2ae78d5fb3b5a71b0852 (diff)
parent416886e6a3c44af658da9947a60fdb0d70b09c34 (diff)
Merge pull request #296667 from r-ryantm/auto-update/onefetch
onefetch: 2.19.0 -> 2.20.0
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/misc/onefetch/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/onefetch/default.nix b/pkgs/tools/misc/onefetch/default.nix
index fe509320a7122..84762c8b72747 100644
--- a/pkgs/tools/misc/onefetch/default.nix
+++ b/pkgs/tools/misc/onefetch/default.nix
@@ -14,16 +14,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "onefetch";
-  version = "2.19.0";
+  version = "2.20.0";
 
   src = fetchFromGitHub {
     owner = "o2sh";
     repo = pname;
     rev = version;
-    hash = "sha256-IaXQyTQMvgfm3CWU6z0T4nTJNgA8/8urG+hhuthB4+U=";
+    hash = "sha256-aQeKzOxRlSGuVewh3HEx1M12vmaxhy6ImnqMDc5b0DI=";
   };
 
-  cargoHash = "sha256-8brPYBVqoBg9wO/Y6LdNgVasJgmyZvdNIC0Cclpyk68=";
+  cargoHash = "sha256-g+fTmZGyPkQLgnJ9Bb4sLTfDMPPBRA+s6f3OxXTKwsM=";
 
   cargoPatches = [
     # enable pkg-config feature of zstd