Unverified Commit 9683e94f authored by Alyssa Ross's avatar Alyssa Ross
Browse files

epilys-bb: unstable-2020-12-04 -> 0.4.4

Untested; required for fetchCargoVendor compatibility.
parent 2bd0a0f9
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -6,16 +6,16 @@

rustPlatform.buildRustPackage rec {
  pname = "epilys-bb";
  version = "unstable-2020-12-04";
  version = "0.4.4";

  src = fetchFromGitHub {
    owner = "epilys";
    repo = "bb";
    rev = "c903d4c2975509299fd3d2600a0c4c2102f445d0";
    hash = "sha256-KOXK+1arUWtu/QU7dwXhojIM0faMtwNN3AqVbofq1lY=";
    rev = "v${version}";
    hash = "sha256-szeEBiolg2rVD2XZoNrncUYnA8KPhWwhQPYsjuxp904=";
  };

  cargoHash = "sha256-+aCMwKOg+3HDntG14gjJLec8XD51wuTyYyzLjuW6lbY=";
  cargoHash = "sha256-hQuWRcg9dWYYaHXxocJ+XG1K7aTWLhR2RZVUc4geJLI=";

  meta = with lib; {
    description = "Clean, simple, and fast process viewer";