resholve: 0.6.3 -> 0.6.4

This commit is contained in:
Travis A. Everett
2021-09-27 16:01:09 +09:00
committed by Raphael Megzari
parent 679b29d33d
commit 8b2cd3a79a
+2 -2
View File
@@ -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=";
};
}