1
0
Fork 0

[automation] Update flake

This commit is contained in:
Actions Bot 2024-06-30 02:02:04 +00:00
parent cf6ce3d161
commit ead04ad878
2 changed files with 6 additions and 6 deletions

View file

@ -59,11 +59,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1719629854,
"narHash": "sha256-BheGh2LLDet7B7VX+S56M99LuwAMsqJhdBTRw3gr95o=",
"lastModified": 1719674260,
"narHash": "sha256-mlxmTqtlBR2CwbucuDpZ49ROKRJGeojCHkkY1Nd6Kw8=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "5e87fb56fd499ee4090e6ed939561a9470ac5f53",
"rev": "eb1ba314aff505efb42bce45f47542a517fc3c03",
"type": "github"
},
"original": {

View file

@ -5,20 +5,20 @@ let
in
pkgs.rustPlatform.buildRustPackage rec {
pname = "redlib";
version = "0.34.0";
version = "0.35.1";
src = pkgs.fetchFromGitHub {
owner = "redlib-org";
repo = pname;
rev = "v${version}";
sha256 = "sha256-JpuCX2ae9me+zHxQj5jqQlgDci2NV+TEVUAqnuTn3cA=";
sha256 = "sha256-W1v7iOE60/6UyZSHQW+L+wHCoKnKUNb3kpm4LVLPZ6c=";
};
# cargoPatches = [
# ../patches/redlib_cargo-lock.patch
# ];
cargoSha256 = "sha256-gkRblCHUFiprZeYtu43GIGBZqCq5l/HEGaQN91XbfSs=";
cargoSha256 = "sha256-3NQWiu/nTtHrivYL1pgxqQxEuIW0xfjxwK0ZEa2y1Kk=";
buildInputs = lib.optionals isDarwin (with pkgs.darwin.apple_sdk.frameworks; [
Security