From ee0b137279a1f065ef6470f229966dff7aa66340 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Mon, 9 Sep 2024 08:50:35 -0500 Subject: [PATCH] add zippy to implemente "update" command --- pkgs/oizys-nim/default.nix | 2 +- pkgs/oizys-nim/nimble.lock | 10 ++++++++++ pkgs/oizys-nim/oizys.nimble | 1 + pkgs/oizys-nim/todo.md | 2 +- 4 files changed, 13 insertions(+), 2 deletions(-) diff --git a/pkgs/oizys-nim/default.nix b/pkgs/oizys-nim/default.nix index 083987e..1504c35 100644 --- a/pkgs/oizys-nim/default.nix +++ b/pkgs/oizys-nim/default.nix @@ -8,5 +8,5 @@ buildNimblePackage { verions = "unstable"; src = lib.cleanSource ./.; nativeBuildInputs = [ openssl ]; - nimbleDepsHash = "sha256-KErXGNNU5VVBHcvBmBhbagxZabHzajY5dF2OLHPmWf8="; + nimbleDepsHash = "sha256-WeTbNoF+TuzWriqoHWk5DBVgBXtNBIBHMkwy8/+a2JA="; } diff --git a/pkgs/oizys-nim/nimble.lock b/pkgs/oizys-nim/nimble.lock index cd4c542..5fc6710 100644 --- a/pkgs/oizys-nim/nimble.lock +++ b/pkgs/oizys-nim/nimble.lock @@ -30,6 +30,16 @@ "checksums": { "sha1": "6aeb83e7481ca8686396a568096054bc668294df" } + }, + "zippy": { + "version": "0.10.16", + "vcsRevision": "a99f6a7d8a8e3e0213b3cad0daf0ea974bf58e3f", + "url": "https://github.com/guzba/zippy", + "downloadMethod": "git", + "dependencies": [], + "checksums": { + "sha1": "da3bb5ea388f980babcc29760348e2899d29a639" + } } }, "tasks": {} diff --git a/pkgs/oizys-nim/oizys.nimble b/pkgs/oizys-nim/oizys.nimble index e56a821..e5f2ac4 100644 --- a/pkgs/oizys-nim/oizys.nimble +++ b/pkgs/oizys-nim/oizys.nimble @@ -13,4 +13,5 @@ bin = @["oizys"] requires "nim >= 2.0.8" requires "cligen" requires "jsony" +requires "zippy" requires "https://github.com/daylinmorgan/bbansi#9a85d9e" diff --git a/pkgs/oizys-nim/todo.md b/pkgs/oizys-nim/todo.md index c26a63c..9486602 100644 --- a/pkgs/oizys-nim/todo.md +++ b/pkgs/oizys-nim/todo.md @@ -2,7 +2,7 @@ - [x] nix commands including dry runs - [ ] gh api commands - - [ ] ci <- start with the easier one + - [x] ci <- start with the easier one - [ ] update