mirror of
https://cgit.krebsco.de/krops
synced 2024-11-22 19:19:46 +01:00
README: use latest krops version in example
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
parent
b78e4d5a92
commit
a3bda5c49b
1 changed files with 2 additions and 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 = "v1.17.0";
|
||||
sha256 = "150jlz0hlb3ngf9a1c9xgcwzz1zz8v2lfgnzw08l3ajlaaai8smd";
|
||||
rev = "v1.25.0";
|
||||
sha256 = "07mg3iaqjf1w49vmwfchi7b1w55bh7rvsbgicp2m47gnj9alwdb6";
|
||||
};
|
||||
|
||||
lib = import "${krops}/lib";
|
||||
|
|
Loading…
Reference in a new issue