Unverified Commit 3eddf315 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #299200 from Pyxels/bartib/1.1.0

bartib: 1.0.1 -> 1.1.0
parents 49c3fc46 f18c020f
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -2,16 +2,19 @@

rustPlatform.buildRustPackage rec {
  pname = "bartib";
  version = "1.0.1";
  version = "1.1.0";

  src = fetchFromGitHub {
    owner = "nikolassv";
    repo = pname;
    rev = "v${version}";
    sha256 = "0ph3rsrhcyi272bv5018pw185zn7fvp5fqj24yh9rjrz8x7iawib";
    sha256 = "sha256-eVLacxKD8seD8mxVN1D3HhKZkIDXsEsSisZnFbmhpSk=";
  };

  cargoSha256 = "sha256-1ZFwX7NKIainer7o9dIMxwyycdGW8K9euLHad/tF95w=";
  cargoSha256 = "sha256-s/oGv7/0LgNpdGu6dnvvbxDgFDvcvcHL01dSPxhMVWE=";
  preConfigure = ''
    cargo metadata --offline
  '';

  nativeBuildInputs = [ installShellFiles ];