diff options
author | lassulus <lassulus@lassul.us> | 2019-11-20 19:09:54 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2019-11-20 19:44:52 +0100 |
commit | 2e94e6eb24eec23075e5925f8de7468b3489d4fb (patch) | |
tree | e9f57110b9e18c3bdca7e8a4f261d8df5d36398d | |
parent | 2dc172530965ea4f1ead8ff166004c5734daee1f (diff) |
README: fix minimal example
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -19,8 +19,8 @@ Create a file named `krops.nix` (name doesn't matter) with following content: let krops = (import <nixpkgs> {}).fetchgit { url = https://cgit.krebsco.de/krops/; - rev = "3022582ade8049e6ccf18f358cedb996d6716945"; - sha256 = "0k3zhv2830z4bljcdvf6ciwjihk2zzcn9y23p49c6sba5hbsd6jb"; + rev = "v1.17.0"; + sha256 = "150jlz0hlb3ngf9a1c9xgcwzz1zz8v2lfgnzw08l3ajlaaai8smd"; }; lib = import "${krops}/lib"; |