marksman: 2024-11-20 -> 2024-12-04 (#364396)

This commit is contained in:
Weijia Wang
2024-12-18 22:32:27 +01:00
committed by GitHub
+2 -2
View File
@@ -9,13 +9,13 @@
buildDotnetModule rec {
pname = "marksman";
version = "2024-11-20";
version = "2024-12-04";
src = fetchFromGitHub {
owner = "artempyanykh";
repo = "marksman";
rev = version;
sha256 = "sha256-gQ/CncjGBR4cAVRko+u3Zv6QTg8AxmV+9+WbAcp+qX4=";
sha256 = "sha256-0GpEspf6CuswWCjFdzQ+T3GXFKclL7GLmx9HeO4hdA8=";
};
projectFile = "Marksman/Marksman.fsproj";