Merge pull request #228480 from r-ryantm/auto-update/mark

mark: 8.9 -> 9.1.4
This commit is contained in:
Weijia Wang 2023-04-27 21:41:17 +03:00 committed by GitHub
commit 0a8d4c2159
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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}" ];