miniserve: use tag in fetchFromGitHub

This commit is contained in:
Defelo
2025-06-04 18:34:01 +02:00
parent ecb9bc83b2
commit 9d88cb90f6
+1 -1
View File
@@ -14,7 +14,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
src = fetchFromGitHub {
owner = "svenstaro";
repo = "miniserve";
rev = "v${finalAttrs.version}";
tag = "v${finalAttrs.version}";
hash = "sha256-jrQnmIYap5eHVWPqoRsXVroB0VWLKxesi3rB/WylR0U=";
};