mmark: fix version
This commit is contained in:
@@ -7,8 +7,11 @@ buildGoModule rec {
|
||||
src = fetchFromGitHub {
|
||||
owner = "mmarkdown";
|
||||
repo = "mmark";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-2nprmDnfFGau6BtR7nyfqFIlB5JmfzIb5rWsX8C6PK8=";
|
||||
# The tag has an outdated version number and fails the versio ntest
|
||||
# The pinned revision includes one extra commit that fixes the issue
|
||||
# rev = "v${version}";
|
||||
rev = "158e9cca0280c58e205cb69b02bf33d7d826915e";
|
||||
hash = "sha256-OzmqtmAAsG3ncrTl2o9rhK75i1WIpDnph0YrY38SlU0=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-GjR9cOGLB6URHQi+qcyNbP7rm0+y4wypvgUxgJzIgGQ=";
|
||||
|
||||
Reference in New Issue
Block a user