Merge pull request #206913 from abathur/resholve_0.8.4
resholve: 0.8.3 -> 0.8.4
This commit is contained in:
commit
8bf241fc9f
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
}:
|
||||
|
||||
rec {
|
||||
version = "0.8.3";
|
||||
version = "0.8.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-HilYaHSMASYXNGoX9/QSP9mpspszksdUrxlkUB1yGHQ=";
|
||||
hash = "sha256-K63d4Hs+q3N7A7TBQGgBYCNvZTMKTh89Q7PeFJMsU8o=";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue