add package dioxionary
This commit is contained in:
parent
f33adf3801
commit
70388ced3b
6 changed files with 3246 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue