marksman: 2025-12-13 -> 2026-01-28 (#486222)

This commit is contained in:
Matthias Beyer
2026-02-07 20:02:52 +00:00
committed by GitHub
+2 -2
View File
@@ -13,13 +13,13 @@ let
in
buildDotnetModule (finalAttrs: {
inherit pname dotnet-sdk;
version = "2025-12-13";
version = "2026-01-28";
src = fetchFromGitHub {
owner = "artempyanykh";
repo = "marksman";
tag = finalAttrs.version;
hash = "sha256-HgRovSdalRRG1Gx0vNYhRDTbYO/vpz4hB1pgqcVjWF4=";
hash = "sha256-jqjf5nDxrw9W+PY9qo5j0dFiWGItRYHWiwEyCpn6ZKA=";
};
projectFile = "Marksman/Marksman.fsproj";