markdown-oxide: use tag instead of rev

This commit is contained in:
Heitor Augusto
2025-03-07 21:43:25 -03:00
parent cfd22fac54
commit ef8a1f08ce
+1 -1
View File
@@ -10,7 +10,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
src = fetchFromGitHub {
owner = "Feel-ix-343";
repo = "markdown-oxide";
rev = "v${finalAttrs.version}";
tag = "v${finalAttrs.version}";
hash = "sha256-hgXqJwmIpXJNIl67Jjbg5MR4PlwB5XbqnFo+rNLoqbE=";
};