This commit is contained in:
Robin Appelman 2026-05-14 20:39:32 +02:00
commit 216ae4540e
4 changed files with 8 additions and 7 deletions

View file

@ -1,12 +1,13 @@
{
rustPlatform,
fetchFromGitHub,
fetchFromGitea,
}:
rustPlatform.buildRustPackage {
pname = "demostf-parser";
version = "0.5.1";
src = fetchFromGitHub {
src = fetchFromGitea {
domain = "codeberg.org";
owner = "demostf";
repo = "parser";
rev = "0cd87a8a40e2a6af637d831b272c2758cebd2f9c";
@ -19,5 +20,5 @@ rustPlatform.buildRustPackage {
doCheck = false;
cargoHash = "sha256-/Fnw6l2fznrBK780E4q1PKFOkT0eiL+dE+UuhFA+V9M=";
cargoHash = "sha256-bODrlLFSV/CQX7fximCpqLQc1sPOIe+6xM1W1731KUs=";
}