Unverified Commit b8fe6e1f authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

binsider: 0.2.1 -> 0.3.0 (#466661)

parents fbc4a8b2 902d3e0d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,16 +6,16 @@
}:
rustPlatform.buildRustPackage rec {
  pname = "binsider";
  version = "0.2.1";
  version = "0.3.0";

  src = fetchFromGitHub {
    owner = "orhun";
    repo = "binsider";
    rev = "v${version}";
    hash = "sha256-FNaYMp+vrFIziBzZ8//+ppq7kwRjBJypqsxg42XwdEs=";
    hash = "sha256-k40mnDRbvwWJmcT02aVWdwwEiDCuL4hQnvnPitrW8qA=";
  };

  cargoHash = "sha256-ZoZbhmUeC63IZ5kNuACfRaCsOicZNUAGYABSpCkUCXA=";
  cargoHash = "sha256-hysp7AeYJ153AC0ERcrRzf4ujmM+V9pgAxOvOlG/2aE=";

  buildNoDefaultFeatures = !stdenv.hostPlatform.isLinux;