Unverified Commit f0da36e0 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

gyroflow: 1.6.1 -> 1.6.2 (#435568)

parents bee6d196 b3084c75
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