chore: Remove garbage

This commit is contained in:
lwad 2024-03-05 13:00:08 +00:00 committed by lwad
parent f0e4a0dfb8
commit 368b198ecc
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
src = pkgs.fetchFromGitHub {
owner = "lepture";
repo = "mistune";
rev = "refs/tags/v${version}";
rev = "v${version}";
hash = "sha256-H9L2cJZVWvcbcWAF8ZMLGJGE7DO1h2wNZCbeFA02p7g=";
};
}))