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

pokeget-rs: 1.4.2 -> 1.4.2-2
This commit is contained in:
Nick Cao 2024-03-23 13:07:10 -04:00 committed by GitHub
commit 2c0d1e3335
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,17 +5,17 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "pokeget-rs"; pname = "pokeget-rs";
version = "1.4.2"; version = "1.4.2-2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "talwat"; owner = "talwat";
repo = "pokeget-rs"; repo = "pokeget-rs";
rev = version; rev = version;
hash = "sha256-++MD7XYWJ4Oim/VSYSisu/DwazOEfQ4CJNLfR5sjP3M="; hash = "sha256-RPdtwHJsXdjIAeJP/LPdJ7GjwdIngM3eZO/A8InTpXQ=";
fetchSubmodules = true; fetchSubmodules = true;
}; };
cargoHash = "sha256-lWImtmtoo3ujbHvaeijuVjt0NQhdp+mxuu8oxNutr2E="; cargoHash = "sha256-JeRSBG1HswttHOGyiNseFf2KiWkumrzEIw76A80nQHM=";
meta = with lib; { meta = with lib; {
description = "A better rust version of pokeget"; description = "A better rust version of pokeget";