resholve: 0.6.3 -> 0.6.4
This commit is contained in:
parent
679b29d33d
commit
8b2cd3a79a
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
}:
|
||||
|
||||
rec {
|
||||
version = "0.6.3";
|
||||
version = "0.6.4";
|
||||
rSrc =
|
||||
# local build -> `make ci`; `make clean` to restore
|
||||
# return to remote source
|
||||
|
@ -14,6 +14,6 @@ rec {
|
|||
owner = "abathur";
|
||||
repo = "resholve";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-gkF+l2RB7LPGE1AgiMm+LQSCiMKIntUjz0wcGXKpp4I=";
|
||||
hash = "sha256-Wq9m67xkTs/8FA1XlwNuNXYSpseQdCa/GtgmsMSLtXI=";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue