Skip to content

Commit ef8a1f0

Browse files
markdown-oxide: use tag instead of rev
1 parent cfd22fa commit ef8a1f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/by-name/ma/markdown-oxide/package.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
1010
src = fetchFromGitHub {
1111
owner = "Feel-ix-343";
1212
repo = "markdown-oxide";
13-
rev = "v${finalAttrs.version}";
13+
tag = "v${finalAttrs.version}";
1414
hash = "sha256-hgXqJwmIpXJNIl67Jjbg5MR4PlwB5XbqnFo+rNLoqbE=";
1515
};
1616

0 commit comments

Comments
 (0)