add zippy to implemente "update" command

This commit is contained in:
Daylin Morgan 2024-09-09 08:50:35 -05:00
parent 9736bb3bcd
commit ee0b137279
Signed by: daylin
GPG key ID: 950D13E9719334AD
4 changed files with 13 additions and 2 deletions

View file

@ -8,5 +8,5 @@ buildNimblePackage {
verions = "unstable"; verions = "unstable";
src = lib.cleanSource ./.; src = lib.cleanSource ./.;
nativeBuildInputs = [ openssl ]; nativeBuildInputs = [ openssl ];
nimbleDepsHash = "sha256-KErXGNNU5VVBHcvBmBhbagxZabHzajY5dF2OLHPmWf8="; nimbleDepsHash = "sha256-WeTbNoF+TuzWriqoHWk5DBVgBXtNBIBHMkwy8/+a2JA=";
} }

View file

@ -30,6 +30,16 @@
"checksums": { "checksums": {
"sha1": "6aeb83e7481ca8686396a568096054bc668294df" "sha1": "6aeb83e7481ca8686396a568096054bc668294df"
} }
},
"zippy": {
"version": "0.10.16",
"vcsRevision": "a99f6a7d8a8e3e0213b3cad0daf0ea974bf58e3f",
"url": "https://github.com/guzba/zippy",
"downloadMethod": "git",
"dependencies": [],
"checksums": {
"sha1": "da3bb5ea388f980babcc29760348e2899d29a639"
}
} }
}, },
"tasks": {} "tasks": {}

View file

@ -13,4 +13,5 @@ bin = @["oizys"]
requires "nim >= 2.0.8" requires "nim >= 2.0.8"
requires "cligen" requires "cligen"
requires "jsony" requires "jsony"
requires "zippy"
requires "https://github.com/daylinmorgan/bbansi#9a85d9e" requires "https://github.com/daylinmorgan/bbansi#9a85d9e"

View file

@ -2,7 +2,7 @@
- [x] nix commands including dry runs - [x] nix commands including dry runs
- [ ] gh api commands - [ ] gh api commands
- [ ] ci <- start with the easier one - [x] ci <- start with the easier one
- [ ] update - [ ] update
<!-- generated with <3 by daylinmorgan/todo --> <!-- generated with <3 by daylinmorgan/todo -->