rosenpass: replace rev with tag

This commit is contained in:
Sizhe Zhao
2025-07-05 15:28:08 +08:00
parent 1d2888c355
commit 3e883a80a3
+1 -1
View File
@@ -16,7 +16,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
src = fetchFromGitHub {
owner = "rosenpass";
repo = "rosenpass";
rev = "v${finalAttrs.version}";
tag = "v${finalAttrs.version}";
hash = "sha256-fQIeKGyTkFWUV9M1o256G4U1Os5OlVsRZu+5olEkbD4=";
};