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

authored by misuzu and committed by GitHub 2df70e59 2d5317c1

+3 -10
+3 -10
pkgs/by-name/as/asciinema_3/package.nix
··· 10 let 11 self = rustPlatform.buildRustPackage { 12 pname = "asciinema"; 13 - version = "3.0.0-rc.5"; 14 15 src = fetchFromGitHub { 16 name = "asciinema-source-${self.version}"; 17 owner = "asciinema"; 18 repo = "asciinema"; 19 rev = "v${self.version}"; 20 - hash = "sha256-CxssC3ftnXgxdvRO7CrVgBSVkh7DPjXRNRet4fB2BKc="; 21 }; 22 23 - cargoHash = "sha256-OsynIQeGjXHD1E9iDH4P7Jksr1APtGZkchzZB0DawIw="; 24 25 env.ASCIINEMA_GEN_DIR = "gendir"; 26 ··· 34 --fish gendir/completion/asciinema.fish \ 35 --zsh gendir/completion/_asciinema 36 ''; 37 - 38 - checkFlags = [ 39 - # ---- pty::tests::exec_quick stdout ---- 40 - # thread 'pty::tests::exec_quick' panicked at src/pty.rs:494:10: 41 - # called `Result::unwrap()` on an `Err` value: EBADF: Bad file number 42 - "--skip=pty::tests::exec_quick" 43 - ]; 44 45 strictDeps = true; 46
··· 10 let 11 self = rustPlatform.buildRustPackage { 12 pname = "asciinema"; 13 + version = "3.0.0"; 14 15 src = fetchFromGitHub { 16 name = "asciinema-source-${self.version}"; 17 owner = "asciinema"; 18 repo = "asciinema"; 19 rev = "v${self.version}"; 20 + hash = "sha256-P92EZyg8f/mm66SmXAyPX9f4eMgOP6lyn3Uqhqh+D0I="; 21 }; 22 23 + cargoHash = "sha256-2DQqtCcvSO43+RcMN2/BGqvf+cp/WvzUY4dxVpNcbGU="; 24 25 env.ASCIINEMA_GEN_DIR = "gendir"; 26 ··· 34 --fish gendir/completion/asciinema.fish \ 35 --zsh gendir/completion/_asciinema 36 ''; 37 38 strictDeps = true; 39