eza: use tag attribute for fetchFromGitHub
This commit is contained in:
parent
bd605f2feb
commit
825099787f
@ -20,7 +20,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
src = fetchFromGitHub {
|
||||
owner = "eza-community";
|
||||
repo = "eza";
|
||||
rev = "v${finalAttrs.version}";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-edBFMqY+61kFumLTcVFgnmhE4d+bMVz+udR5h02kDk0=";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user