see-cat: use tag for fetchFromGitHub

This commit is contained in:
Guilherme
2026-03-15 16:26:35 +01:00
parent 2f0c2c79ac
commit d7917028d0
+1 -1
View File
@@ -10,7 +10,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
src = fetchFromGitHub {
owner = "guilhermeprokisch";
repo = "see";
rev = "v${finalAttrs.version}";
tag = "v${finalAttrs.version}";
hash = "sha256-BlceC8XgKvSLOTKHlfQHxn0rhaFKL8rHqUcYBNntB5s=";
};