Merge pull request #206913 from abathur/resholve_0.8.4

resholve: 0.8.3 -> 0.8.4
This commit is contained in:
figsoda
2022-12-19 16:01:41 -05:00
committed by GitHub
+2 -2
View File
@@ -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=";
};
}