asciinema_3: 3.0.0-rc.3 -> 3.0.0-rc.4 (#405467)

authored by Peder Bergebakken Sundt and committed by GitHub 9e81a240 26e07d9c

+7 -4
+7 -4
pkgs/by-name/as/asciinema_3/package.nix
··· 9 let 10 self = rustPlatform.buildRustPackage { 11 pname = "asciinema"; 12 - version = "3.0.0-rc.3"; 13 14 src = fetchFromGitHub { 15 name = "asciinema-source-${self.version}"; 16 owner = "asciinema"; 17 repo = "asciinema"; 18 rev = "v${self.version}"; 19 - hash = "sha256-TYJ17uVj8v1u630MTb033h0X3aYRXY9d89GjAxG8muk="; 20 }; 21 22 useFetchCargoVendor = true; 23 - cargoHash = "sha256-dgeHQs1IYD8m8gOtPEn+l0A2RbSmwTyzrbiusD3dUX0="; 24 25 nativeCheckInputs = [ python3 ]; 26 ··· 56 ''; 57 license = with lib.licenses; [ gpl3Plus ]; 58 mainProgram = "asciinema"; 59 - maintainers = with lib.maintainers; [ jiriks74 ]; 60 }; 61 }; 62 in
··· 9 let 10 self = rustPlatform.buildRustPackage { 11 pname = "asciinema"; 12 + version = "3.0.0-rc.4"; 13 14 src = fetchFromGitHub { 15 name = "asciinema-source-${self.version}"; 16 owner = "asciinema"; 17 repo = "asciinema"; 18 rev = "v${self.version}"; 19 + hash = "sha256-w1LV21EqHNC+LYMLpljGQrxmBJ8ztCQ7g3YbJ6ME5j0="; 20 }; 21 22 useFetchCargoVendor = true; 23 + cargoHash = "sha256-Q6HoKrcwa67lAsl4zgNYilo4LzPxySz2lE85ZdOSPpM="; 24 25 nativeCheckInputs = [ python3 ]; 26 ··· 56 ''; 57 license = with lib.licenses; [ gpl3Plus ]; 58 mainProgram = "asciinema"; 59 + maintainers = with lib.maintainers; [ 60 + jiriks74 61 + llakala 62 + ]; 63 }; 64 }; 65 in