flux9s: track upstream GitHub repo

Previously this package used fetchCrate.
This commit is contained in:
Skye Soss
2026-06-27 13:41:30 -05:00
parent bfeba5405c
commit ca587dc341
+6 -4
View File
@@ -1,5 +1,5 @@
{
fetchCrate,
fetchFromGitHub,
lib,
openssl,
pkg-config,
@@ -11,9 +11,11 @@ rustPlatform.buildRustPackage (finalAttrs: {
pname = "flux9s";
version = "0.10.2";
src = fetchCrate {
inherit (finalAttrs) pname version;
hash = "sha256-a+kGFxhqeo8Na5T4IZkyhFyPqT6FvOLP3oiuJUuJIOY=";
src = fetchFromGitHub {
owner = "dgunzy";
repo = "flux9s";
tag = "v${finalAttrs.version}";
hash = "sha256-pphw27LHz+TrU5QcUZZ7zS5k02AaFWBEEHsiV+I+05E=";
};
cargoHash = "sha256-M2UCpSwKVFGXACcYkxJ8TzRHYgTLqt29RBMMdRvHZv8=";