mark: 8.9 -> 9.1.4

This commit is contained in:
R. Ryantm 2023-04-27 08:29:48 +00:00
parent 8e5047b1f6
commit 45081f74a5

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "mark";
version = "8.9";
version = "9.1.4";
src = fetchFromGitHub {
owner = "kovetskiy";
repo = "mark";
rev = version;
sha256 = "sha256-mtATdRUNTBXy/r7VoxHi1SNTv8fGz7svil6dOkqq5Bk=";
sha256 = "sha256-nAgEegtRT4c2wJzVOY41JgM/JVW5xQjRnhXUzjwqxLY=";
};
vendorHash = "sha256-V14i+8h0HxxHVDNfgaHUxdzEnB+mKL5iGjBwMjPDZ9s=";
vendorHash = "sha256-2rEwZffM+RK0baz8m+fXN2NGYskv4zO67cWC4rx+hfI=";
ldflags = [ "-s" "-w" "-X main.version=${version}" ];