gurk-rs: prefer tag rather than rev for fetchFromGitHub
introduced in 7822cb34f8
This commit is contained in:
@@ -20,7 +20,7 @@ rustPlatform.buildRustPackage rec {
|
||||
src = fetchFromGitHub {
|
||||
owner = "boxdot";
|
||||
repo = "gurk-rs";
|
||||
rev = "refs/tags/v${version}";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-FPbEtk2A7qs/85VsmfV1uPsVZ7V5WKhMKeWrzUt5L4w=";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user