mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-02-05 13:14:17 -06:00
update resultz
This commit is contained in:
parent
fbb71b01e9
commit
dbd18ac9a4
3 changed files with 4 additions and 4 deletions
|
@ -8,7 +8,7 @@ buildNimblePackage {
|
|||
version = "unstable";
|
||||
src = lib.cleanSource ./.;
|
||||
nativeBuildInputs = [ openssl ];
|
||||
nimbleDepsHash = "sha256-DE5PAgcntxMwmgd7NnabYhOBH5szSvwPM9sNdnF/Iyc=";
|
||||
nimbleDepsHash = "sha256-bthmRlUO6IOYRiwVic0TPOvo0gsfD/49J2GzoIQqlF0=";
|
||||
meta = {
|
||||
description = "nix begat oizys";
|
||||
};
|
||||
|
|
|
@ -23,12 +23,12 @@
|
|||
},
|
||||
"resultz": {
|
||||
"version": "0.1.0",
|
||||
"vcsRevision": "9708a3f10bf3fa54907f52c28ede41cab6838aa6",
|
||||
"vcsRevision": "43ed7f7e991b326e738ec14db4909b7330de089b",
|
||||
"url": "https://github.com/daylinmorgan/resultz",
|
||||
"downloadMethod": "git",
|
||||
"dependencies": [],
|
||||
"checksums": {
|
||||
"sha1": "edf54faf880744d61c48900273d2a55ce1d89c36"
|
||||
"sha1": "4ac450fc6debba51e42f41d59aaffc6287b6d796"
|
||||
}
|
||||
},
|
||||
"zippy": {
|
||||
|
|
|
@ -14,4 +14,4 @@ requires "nim >= 2.0.8"
|
|||
requires "jsony"
|
||||
requires "zippy"
|
||||
requires "https://github.com/daylinmorgan/hwylterm#6a6bd269"
|
||||
requires "https://github.com/daylinmorgan/resultz"
|
||||
requires "https://github.com/daylinmorgan/resultz#43ed7f7e"
|
||||
|
|
Loading…
Reference in a new issue