Merge pull request #333481 from r-ryantm/auto-update/pokeget-rs

pokeget-rs: 1.4.2-2 -> 1.5.1
This commit is contained in:
Pol Dellaiera 2024-08-11 20:53:43 +02:00 committed by GitHub
commit 0792167576
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,17 +5,17 @@
rustPlatform.buildRustPackage rec {
pname = "pokeget-rs";
version = "1.4.2-2";
version = "1.5.1";
src = fetchFromGitHub {
owner = "talwat";
repo = "pokeget-rs";
rev = version;
hash = "sha256-RPdtwHJsXdjIAeJP/LPdJ7GjwdIngM3eZO/A8InTpXQ=";
hash = "sha256-pP6iIgpY3wI2Yhtu9NXAyB5tQgKqC9yzbC0IwalzhiI=";
fetchSubmodules = true;
};
cargoHash = "sha256-JeRSBG1HswttHOGyiNseFf2KiWkumrzEIw76A80nQHM=";
cargoHash = "sha256-DBbcfq2ON05BXGRgtZ4Sze8rAz4Eu23pOk1AEYScVbg=";
meta = with lib; {
description = "Better rust version of pokeget";