summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-11-04 10:38:41 -0400
committerGitHub <noreply@github.com>2023-11-04 10:38:41 -0400
commite9feb1ec58865483adc8f111274abdac5876beef (patch)
tree7b4c97d9778e6a7355d65bb442f0726361b2bf69 /pkgs/tools
parent53a23bc3c77ffef2f3e0fe314fc2f8215da9c059 (diff)
parent36ed40c632dfda755121c74c1efb6c994b967517 (diff)
downloadnixpkgs-e9feb1ec58865483adc8f111274abdac5876beef.tar
nixpkgs-e9feb1ec58865483adc8f111274abdac5876beef.tar.gz
nixpkgs-e9feb1ec58865483adc8f111274abdac5876beef.tar.bz2
nixpkgs-e9feb1ec58865483adc8f111274abdac5876beef.tar.lz
nixpkgs-e9feb1ec58865483adc8f111274abdac5876beef.tar.xz
nixpkgs-e9feb1ec58865483adc8f111274abdac5876beef.tar.zst
nixpkgs-e9feb1ec58865483adc8f111274abdac5876beef.zip
Merge pull request #265299 from r-ryantm/auto-update/pokeget-rs
pokeget-rs: 1.3.0 -> 1.4.0
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/misc/pokeget-rs/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/pokeget-rs/default.nix b/pkgs/tools/misc/pokeget-rs/default.nix
index 9dcd70219a4..d6e790595c5 100644
--- a/pkgs/tools/misc/pokeget-rs/default.nix
+++ b/pkgs/tools/misc/pokeget-rs/default.nix
@@ -5,17 +5,17 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "pokeget-rs";
-  version = "1.3.0";
+  version = "1.4.0";
 
   src = fetchFromGitHub {
     owner = "talwat";
     repo = "pokeget-rs";
     rev = version;
-    hash = "sha256-UAkSMdHukwxDzOU/sIOuTazBbD68ORIGAWuwRxoC+EY=";
+    hash = "sha256-C7pEe9nScJ/ORJJrUDo6pADKceKoagHGP/X/asR1PcM=";
     fetchSubmodules = true;
   };
 
-  cargoHash = "sha256-A5bDZU/L3G2RWbc3Y6KEQAmLS4RuNSG+ROypxINlwLk=";
+  cargoHash = "sha256-gPPtVFSaaSL0QBXxHpslVdon3XVCVx1E5cfEP1Ffa9g=";
 
   meta = with lib; {
     description = "A better rust version of pokeget";