Skip to content

Commit b3fff4b

Browse files
committed
marksman: 2023-01-29 -> 2023-03-04
1 parent a36fdb5 commit b3fff4b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/tools/marksman/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
buildDotnetModule rec {
1010
pname = "marksman";
11-
version = "2023-01-29";
11+
version = "2023-03-04";
1212

1313
src = fetchFromGitHub {
1414
owner = "artempyanykh";
1515
repo = "marksman";
1616
rev = version;
17-
sha256 = "sha256-UPPO4ueu7gMR7a573M2/xT3N0QgRSNBshJAqoyXEZpc=";
17+
sha256 = "sha256-jBZC2z1wtDMIssgRrKkZpl9NQ3XkRCcxo5eylwB2OBQ=";
1818
};
1919

2020
projectFile = "Marksman/Marksman.fsproj";

0 commit comments

Comments
 (0)