[automation] Update flake
This commit is contained in:
parent
427a94344d
commit
adede6358e
3 changed files with 13 additions and 13 deletions
12
flake.lock
12
flake.lock
|
@ -45,11 +45,11 @@
|
|||
},
|
||||
"locked": {
|
||||
"dir": "contrib",
|
||||
"lastModified": 1709508789,
|
||||
"narHash": "sha256-sfSg3bsRryBClhHwb9Fi7cAPRxVRsyvdMsCdhep9Hlc=",
|
||||
"lastModified": 1709589789,
|
||||
"narHash": "sha256-95UAiSHHzjyt7e5mjtjgv3Lq4p8vhu9cpPa8dQPE/Gc=",
|
||||
"owner": "neovim",
|
||||
"repo": "neovim",
|
||||
"rev": "3df1211ebc4c7ec4562d0ad0fa51a24569b81e15",
|
||||
"rev": "971602029311c33353c88175f761557431330528",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -61,11 +61,11 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1709455474,
|
||||
"narHash": "sha256-UzfJcBjXUySRokQiI8QQZp/Xpneiu7A5iaLGU09NiQ0=",
|
||||
"lastModified": 1709558755,
|
||||
"narHash": "sha256-hx4FIbk4X4ve1oiHLOj+VE6dzO4CtXBR5RSU6kaq34M=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "768bb879887ae70e62d7628c82d825bbbf873b4b",
|
||||
"rev": "207107bbc7d6d19a8b2c36a088d3756d03490243",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -5,16 +5,16 @@ let
|
|||
in
|
||||
pkgs.rustPlatform.buildRustPackage rec {
|
||||
pname = "redlib";
|
||||
version = "0.31.0";
|
||||
version = "0.31.2";
|
||||
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "redlib-org";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-d3Jjs/a2EgdqRBTjXKwDDRnU6orb7RQGl1CVz9b9SdI=";
|
||||
sha256 = "sha256-h/UoMlCno9ua2H3dhOfN7S+3MEh8AbpcJ9+0IWootDM=";
|
||||
};
|
||||
|
||||
cargoSha256 = "sha256-2MugS0/MO85lQvDbiFwnsX4LYdk7TACDFR8OOLEFGUQ=";
|
||||
cargoSha256 = "sha256-5ax7Y2HRSwRor9QR9ykF8gq6jqq+V3PglRxspHSF5ws=";
|
||||
|
||||
buildInputs = lib.optionals isDarwin (with pkgs.darwin.apple_sdk.frameworks; [
|
||||
Security
|
||||
|
|
|
@ -1,17 +1,17 @@
|
|||
{
|
||||
"version": "4.111.0",
|
||||
"version": "4.116.0",
|
||||
"platforms": {
|
||||
"x86_64-linux": {
|
||||
"name": "x86_64-unknown-linux-musl",
|
||||
"hash": "sha256-sHztfdg06nunbTFm1veiKY5lp5XsFfIvRscTt4qFI8I="
|
||||
"hash": "sha256-hE8qS0+rb5L6BtJlTQtyTBVjATVkDc4S1tfb/I68C24="
|
||||
},
|
||||
"aarch64-darwin": {
|
||||
"name": "aarch64-apple-darwin",
|
||||
"hash": "sha256-RDpyKXNdi/UKJyR5My+uSDbFSTICnpb5rQJhs19gmL4="
|
||||
"hash": "sha256-ecGqoeQEgbMs/IaP7HNchOIVzV93I0nsVgixIxktADs="
|
||||
},
|
||||
"x86_64-darwin": {
|
||||
"name": "x86_64-apple-darwin",
|
||||
"hash": "sha256-ZY8Hq34yssX4F1gU1kDeTfAOjh8jqRIYIOZDkEuulsA="
|
||||
"hash": "sha256-AxoJnlcXwWpKZ9/QK4DbckbK9/uPcBTwMmjQh53KRys="
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue