File tree Expand file tree Collapse file tree
pkgs/by-name/as/asciinema_3 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99let
1010 self = rustPlatform . buildRustPackage {
1111 pname = "asciinema" ;
12- version = "3.0.0-rc.3 " ;
12+ version = "3.0.0-rc.4 " ;
1313
1414 src = fetchFromGitHub {
1515 name = "asciinema-source-${ self . version } " ;
1616 owner = "asciinema" ;
1717 repo = "asciinema" ;
1818 rev = "v${ self . version } " ;
19- hash = "sha256-TYJ17uVj8v1u630MTb033h0X3aYRXY9d89GjAxG8muk =" ;
19+ hash = "sha256-w1LV21EqHNC+LYMLpljGQrxmBJ8ztCQ7g3YbJ6ME5j0 =" ;
2020 } ;
2121
2222 useFetchCargoVendor = true ;
23- cargoHash = "sha256-dgeHQs1IYD8m8gOtPEn+l0A2RbSmwTyzrbiusD3dUX0 =" ;
23+ cargoHash = "sha256-Q6HoKrcwa67lAsl4zgNYilo4LzPxySz2lE85ZdOSPpM =" ;
2424
2525 nativeCheckInputs = [ python3 ] ;
2626
5656 '' ;
5757 license = with lib . licenses ; [ gpl3Plus ] ;
5858 mainProgram = "asciinema" ;
59- maintainers = with lib . maintainers ; [ jiriks74 ] ;
59+ maintainers = with lib . maintainers ; [
60+ jiriks74
61+ llakala
62+ ] ;
6063 } ;
6164 } ;
6265in
You can’t perform that action at this time.
0 commit comments