marksman: 2024-12-04 -> 2024-12-18 (#367473)

This commit is contained in:
Ramses
2024-12-24 22:07:12 +01:00
committed by GitHub
+2 -2
View File
@@ -9,13 +9,13 @@
buildDotnetModule rec {
pname = "marksman";
version = "2024-12-04";
version = "2024-12-18";
src = fetchFromGitHub {
owner = "artempyanykh";
repo = "marksman";
rev = version;
sha256 = "sha256-0GpEspf6CuswWCjFdzQ+T3GXFKclL7GLmx9HeO4hdA8=";
sha256 = "sha256-2OisUZHmf7k8vLkBGJG1HXNxaXmRF64x//bDK57S9to=";
};
projectFile = "Marksman/Marksman.fsproj";