Unverified Commit 2df70e59 authored by misuzu's avatar misuzu Committed by GitHub
Browse files

asciinema_3: 3.0.0-rc.5 -> 3.0.0 (#443203)

parents 2d5317c1 803882b5
Loading
Loading
Loading
Loading
+3 −10
Original line number Diff line number Diff line
@@ -10,17 +10,17 @@
let
  self = rustPlatform.buildRustPackage {
    pname = "asciinema";
    version = "3.0.0-rc.5";
    version = "3.0.0";

    src = fetchFromGitHub {
      name = "asciinema-source-${self.version}";
      owner = "asciinema";
      repo = "asciinema";
      rev = "v${self.version}";
      hash = "sha256-CxssC3ftnXgxdvRO7CrVgBSVkh7DPjXRNRet4fB2BKc=";
      hash = "sha256-P92EZyg8f/mm66SmXAyPX9f4eMgOP6lyn3Uqhqh+D0I=";
    };

    cargoHash = "sha256-OsynIQeGjXHD1E9iDH4P7Jksr1APtGZkchzZB0DawIw=";
    cargoHash = "sha256-2DQqtCcvSO43+RcMN2/BGqvf+cp/WvzUY4dxVpNcbGU=";

    env.ASCIINEMA_GEN_DIR = "gendir";

@@ -35,13 +35,6 @@ let
        --zsh gendir/completion/_asciinema
    '';

    checkFlags = [
      # ---- pty::tests::exec_quick stdout ----
      # thread 'pty::tests::exec_quick' panicked at src/pty.rs:494:10:
      # called `Result::unwrap()` on an `Err` value: EBADF: Bad file number
      "--skip=pty::tests::exec_quick"
    ];

    strictDeps = true;

    passthru = {