Unverified Commit 0216ca1d authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

ianny: 2.0.0 -> 2.1.0 (#406032)

parents 9eb71853 ad44eb62
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,17 +8,17 @@

rustPlatform.buildRustPackage rec {
  pname = "ianny";
  version = "2.0.0";
  version = "2.1.0";

  src = fetchFromGitHub {
    owner = "zefr0x";
    repo = "ianny";
    rev = "v${version}";
    hash = "sha256-F8Uc2BsQ5f7yaUXXDhLvyyYKUDAuvP9cCR2h3vblr0g=";
    hash = "sha256-XNXlU9cCXPJhPytnVGHol8Cd5nZOEDDoDM4sm1+I/Qc=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-QqdcOftbVt/yNzmvvy6AI66oTZvTgWHfY3Q/ikWGaLM=";
  cargoHash = "sha256-7XpM6WWJaHHui85HCZ7SL1G2ICNw453xfZx5kUa/oeg=";

  nativeBuildInputs = [ pkg-config ];
  buildInputs = [ dbus.dev ];