hayabusa: switched version tracking to tags
Co-authored-by: langsjo <104687438+langsjo@users.noreply.github.com>
This commit is contained in:
co-authored by
langsjo
parent
cf2425f5f2
commit
9c1b34afce
@@ -7,14 +7,14 @@
|
||||
vulkan-loader,
|
||||
}:
|
||||
|
||||
rustPlatform.buildRustPackage {
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "hayabusa";
|
||||
version = "unstable-2023-11-29";
|
||||
version = "0.3.9";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "notarin";
|
||||
repo = "hayabusa";
|
||||
rev = "1d6b8cfd301d60ff9f6946970b51818c036083b0";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-w9vXC7L7IP4QLPFS1IgPOKSm7fT7W0R+NsHTdAfIupg=";
|
||||
};
|
||||
|
||||
@@ -48,4 +48,4 @@ rustPlatform.buildRustPackage {
|
||||
mainProgram = "hayabusa";
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user