pokeget-rs: 1.4.2 -> 1.4.2-2

This commit is contained in:
R. Ryantm 2024-03-23 13:15:43 +00:00
parent 86de7cd867
commit b2d9cc110d

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";