Skip to content

Commit 9e81a24

Browse files
authored
asciinema_3: 3.0.0-rc.3 -> 3.0.0-rc.4 (NixOS#405467)
2 parents 26e07d9 + 9858731 commit 9e81a24

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

pkgs/by-name/as/asciinema_3/package.nix

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@
99
let
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

@@ -56,7 +56,10 @@ let
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
};
6265
in

0 commit comments

Comments
 (0)