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": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1719629854, "lastModified": 1719674260,
"narHash": "sha256-BheGh2LLDet7B7VX+S56M99LuwAMsqJhdBTRw3gr95o=", "narHash": "sha256-mlxmTqtlBR2CwbucuDpZ49ROKRJGeojCHkkY1Nd6Kw8=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "5e87fb56fd499ee4090e6ed939561a9470ac5f53", "rev": "eb1ba314aff505efb42bce45f47542a517fc3c03",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

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