Skip to content

Commit

Permalink
Bump version of iohk-nix.
Browse files Browse the repository at this point in the history
Steps I followed:

Find the latest revision of `iohk-nix` at:

https://github.com/input-output-hk/iohk-nix/commits/

Use that to update the revision of iohkNix in flake.lock:

```diff
diff --git a/flake.lock b/flake.lock
index 8062f9357..7d0279b23 100644
--- a/flake.lock
+++ b/flake.lock
@@ -635,7 +635,7 @@
         "narHash": "sha256-YhS7zGd6jK/QM/+wWyj0zUBZmE3HOXAL/kpJptGYIWg=",
         "owner": "input-output-hk",
         "repo": "iohk-nix",
-        "rev": "7fc7625a9ab2ba137bc70ddbc89a13d3fdb78c8b",
+        "rev": "718a10193b92f5bb2c0d2f068273a6d6d8c46034",
         "type": "github"
       },
       "original": {
```

Run:

```
nix flake lock --update-input iohkNix
```

Then:

```
nix/regenerate.sh
```
  • Loading branch information
jonathanknowles committed Mar 17, 2023
1 parent 31fd022 commit dcf3c7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dcf3c7d

Please sign in to comment.