add package dioxionary

This commit is contained in:
ulic-youthlic 2025-03-14 12:57:47 +08:00
parent f33adf3801
commit 70388ced3b
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
6 changed files with 3246 additions and 0 deletions

View file

@ -1,6 +1,23 @@
# This file was generated by nvfetcher, please do not modify it manually.
{ fetchgit, fetchurl, fetchFromGitHub, dockerTools }:
{
dioxionary = {
pname = "dioxionary";
version = "v1.1.3";
src = fetchFromGitHub {
owner = "vaaandark";
repo = "dioxionary";
rev = "v1.1.3";
fetchSubmodules = false;
sha256 = "sha256-tRv0Rdr8N3MJLeBpXjxNybAIZoNCmXEt1yj1Ij+I7U0=";
};
cargoLock."Cargo.lock" = {
lockFile = ./dioxionary-v1.1.3/Cargo.lock;
outputHashes = {
};
};
};
juicity = {
pname = "juicity";
version = "4c5e8bd948ba2f72a0dd38681cf13ae532f6c9f5";