gyroflow: 1.6.0 -> 1.6.1

This commit is contained in:
R. Ryantm 2025-04-09 12:51:16 +00:00
parent 133091c945
commit 3ecaffe3b7

View file

@ -25,18 +25,18 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "gyroflow";
version = "1.6.0";
version = "1.6.1";
src = fetchFromGitHub {
owner = "gyroflow";
repo = "gyroflow";
tag = "v${version}";
hash = "sha256-Ib9GnHN23eTbd3nEwvZf3+CBSkUHycN77o3ura0Ze/0=";
hash = "sha256-RYTT62u39g4n9++xMlhJala6U0uIn+btGOxp9khEAnU=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-bqBFAobXwPC4V0OYHbwmkk7shfiFt3YMGAf7F5ybLAQ=";
cargoHash = "sha256-30XSltaw1jzXPpobh0WJ+aIRbdf24nYgnbt7yzuS2gs=";
nativeBuildInputs = [
clang