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

This commit is contained in:
misuzu
2025-09-22 17:06:26 +00:00
committed by GitHub
+3 -10
View File
@@ -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 = {