hayabusa: switched version tracking to tags

Co-authored-by: langsjo <104687438+langsjo@users.noreply.github.com>
This commit is contained in:
Notarin Steele
2025-08-30 11:06:31 -04:00
co-authored by langsjo
parent cf2425f5f2
commit 9c1b34afce
+4 -4
View File
@@ -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;
};
}
})