Commit b3084c75 authored by R. RyanTM's avatar R. RyanTM
Browse files

gyroflow: 1.6.1 -> 1.6.2

parent aa54caff
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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