gyroflow: 1.6.1 -> 1.6.2

This commit is contained in:
R. Ryantm
2025-08-21 12:38:16 +00:00
parent aa54caffb4
commit b3084c75eb
+3 -3
View File
@@ -25,16 +25,16 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "gyroflow";
version = "1.6.1";
version = "1.6.2";
src = fetchFromGitHub {
owner = "gyroflow";
repo = "gyroflow";
tag = "v${version}";
hash = "sha256-RYTT62u39g4n9++xMlhJala6U0uIn+btGOxp9khEAnU=";
hash = "sha256-4RsK7VpMXaiLcwm5o/YAmLFuf8XGXkpSlogUhopJMZE=";
};
cargoHash = "sha256-30XSltaw1jzXPpobh0WJ+aIRbdf24nYgnbt7yzuS2gs=";
cargoHash = "sha256-PiAT6AwC/P3AXKZkwvrEHpTJCQPie1tTE44OqSpgT5M=";
nativeBuildInputs = [
clang