Merge master into staging-next

This commit is contained in:
nixpkgs-ci[bot] 2025-02-02 12:04:54 +00:00 committed by GitHub
commit e43dfe4c52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 11 additions and 11 deletions

View File

@ -11,7 +11,7 @@
}: }:
beamPackages.mixRelease rec { beamPackages.mixRelease rec {
pname = "livebook"; pname = "livebook";
version = "0.14.5"; version = "0.14.7";
inherit elixir; inherit elixir;
@ -23,7 +23,7 @@ beamPackages.mixRelease rec {
owner = "livebook-dev"; owner = "livebook-dev";
repo = "livebook"; repo = "livebook";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-VSxW+X5zt6npV4tVVgTEvQhjA+jTramSX5h92BWWaQM="; hash = "sha256-8/u/1I3pSfxyF35ZnqClR7FXPL2rhBDdf4w/KUGjVVs=";
}; };
mixFodDeps = beamPackages.fetchMixDeps { mixFodDeps = beamPackages.fetchMixDeps {

View File

@ -6,16 +6,16 @@
let let
self = buildGoModule { self = buildGoModule {
pname = "reader"; pname = "reader";
version = "0.4.5"; version = "0.4.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mrusme"; owner = "mrusme";
repo = "reader"; repo = "reader";
rev = "v${self.version}"; tag = "v${self.version}";
hash = "sha256-9hZ7ZS+p6PoLKcuHS2re537wxojN2SzhOm5gBuRX9Xc="; hash = "sha256-Z0mDRL02wZfmPRVDTDV85MqI5Ztctqen7PmOSW5Ee48=";
}; };
vendorHash = "sha256-obYdifg3WrTyxgN/VtzgpL31ZOyPNtVT8UDQts0WodQ="; vendorHash = "sha256-6k6Zmwdpc4rBsahtU9nJmTUqfDZi6EeaJGVeLFzbY34=";
meta = { meta = {
description = "Lightweight tool offering better readability of web pages on the CLI"; description = "Lightweight tool offering better readability of web pages on the CLI";

View File

@ -21,7 +21,7 @@ let
buildHashes = builtins.fromJSON (builtins.readFile ./hashes.json); buildHashes = builtins.fromJSON (builtins.readFile ./hashes.json);
# the version of infisical # the version of infisical
version = "0.34.1"; version = "0.34.2";
# the platform-specific, statically linked binary # the platform-specific, statically linked binary
src = src =

View File

@ -1,6 +1,6 @@
{ "_comment": "@generated by pkgs/development/tools/infisical/update.sh" { "_comment": "@generated by pkgs/development/tools/infisical/update.sh"
, "x86_64-linux": "sha256-+Juy/znuRkRNLTNYTh56BEPjPghmjwN2X4PXlulLMlg=" , "x86_64-linux": "sha256-HRAJhyiXGyewKuqQtjKrJ3HBl80lqgR0ab7vG/64KMQ="
, "x86_64-darwin": "sha256-GUlSnkq07rrxmAQUJzkXpPpTs9bUMLzNm6VCEZ3eDFI=" , "x86_64-darwin": "sha256-r6aY1T7zUr1hO6lUKuUQNUY8W85YYe1bJSpKnGEvfG4="
, "aarch64-linux": "sha256-kkgt63caEiCAj5o7rueCHcWlst0i8D/uiLTUdw/JFK0=" , "aarch64-linux": "sha256-4Xv/HVxDOxp7CW5hwX7L06IJP3RhaQqKl0Cp4iHiyVE="
, "aarch64-darwin": "sha256-FbN3tvCclDokK6dWg6U6zQ9NWTZ4x6U/bn8kNznCL1k=" , "aarch64-darwin": "sha256-ENJyvEQx3MaHAqn67+xOMja3Ce73uxuX7zMAbzQJqYM="
} }