We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a36fdb5 commit b3fff4bCopy full SHA for b3fff4b
1 file changed
pkgs/development/tools/marksman/default.nix
@@ -8,13 +8,13 @@
8
9
buildDotnetModule rec {
10
pname = "marksman";
11
- version = "2023-01-29";
+ version = "2023-03-04";
12
13
src = fetchFromGitHub {
14
owner = "artempyanykh";
15
repo = "marksman";
16
rev = version;
17
- sha256 = "sha256-UPPO4ueu7gMR7a573M2/xT3N0QgRSNBshJAqoyXEZpc=";
+ sha256 = "sha256-jBZC2z1wtDMIssgRrKkZpl9NQ3XkRCcxo5eylwB2OBQ=";
18
};
19
20
projectFile = "Marksman/Marksman.fsproj";
0 commit comments