marksman: 2023-01-29 -> 2023-03-04

This commit is contained in:
R. Ryantm 2023-03-08 13:11:56 +00:00
parent a36fdb523f
commit b3fff4bf0f

View file

@ -8,13 +8,13 @@
buildDotnetModule rec {
pname = "marksman";
version = "2023-01-29";
version = "2023-03-04";
src = fetchFromGitHub {
owner = "artempyanykh";
repo = "marksman";
rev = version;
sha256 = "sha256-UPPO4ueu7gMR7a573M2/xT3N0QgRSNBshJAqoyXEZpc=";
sha256 = "sha256-jBZC2z1wtDMIssgRrKkZpl9NQ3XkRCcxo5eylwB2OBQ=";
};
projectFile = "Marksman/Marksman.fsproj";