diff --git a/flake.lock b/flake.lock index 8c458e89..346e594c 100644 --- a/flake.lock +++ b/flake.lock @@ -19,11 +19,11 @@ }, "nixpkgs-next-unpatched": { "locked": { - "lastModified": 1707825673, - "narHash": "sha256-Au3wLi2d06bU7TDvahP2jIEeKwmjAxKHqi8l2uiBkGA=", + "lastModified": 1707933674, + "narHash": "sha256-ZcFMFsoqNEJboyoUP5ZXcFpZf901xqkkHrL/B7KOkFc=", "owner": "nixos", "repo": "nixpkgs", - "rev": "013603a52da98fe4abf15a5700479a58fa5899a5", + "rev": "52e165035c897a7b41ff26bc235f8d841e9d3850", "type": "github" }, "original": { @@ -51,11 +51,11 @@ }, "nixpkgs-unpatched": { "locked": { - "lastModified": 1707827139, - "narHash": "sha256-YwCtt9gBwLbs2fYByXK6KlrT4Hi/R+5XZTazFsCP/Jg=", + "lastModified": 1707949948, + "narHash": "sha256-qz5klRb4BPLaiqGfXRBgBcg0+3w/hFjRjTp0XQbdBPc=", "owner": "nixos", "repo": "nixpkgs", - "rev": "40a7b182e0a00245d69f6b8c1dfd3ea4bfc6257c", + "rev": "c0a130d16b170f4820c3d2ed294a7aaabf451bfd", "type": "github" }, "original": { @@ -82,11 +82,11 @@ "nixpkgs-stable": "nixpkgs-stable" }, "locked": { - "lastModified": 1707748232, - "narHash": "sha256-o9L8jrOemQl/5cYp++0cWdfMLzVljCdHwPFF4N0KZeQ=", + "lastModified": 1707842202, + "narHash": "sha256-3dTBbCzHJBinwhsisGJHW1HLBsLbj91+a5ZDXt7ttW0=", "owner": "Mic92", "repo": "sops-nix", - "rev": "695275c349bb27f91b2b06cb742510899c887b81", + "rev": "48afd3264ec52bee85231a7122612e2c5202fa74", "type": "github" }, "original": { diff --git a/nixpatches/list.nix b/nixpatches/list.nix index d3d5b4da..61a517ad 100644 --- a/nixpatches/list.nix +++ b/nixpatches/list.nix @@ -43,12 +43,6 @@ in [ title = "j4-dmenu-desktop: pin to gcc12"; # 2024/01/14: fix build hash = "sha256-VW2l7eViI1erlTRFw2mpY2qWDdBlYxVSQewFPWwRhgg="; }) - (fetchpatch' { - title = "argyllcms: support cross compilation"; - prUrl = "https://github.com/NixOS/nixpkgs/pull/275755"; - saneCommit = "8114d5dabbf5f4f1e8c370b889d4f2986b63998b"; - hash = "sha256-z/vY2CxdrUVd4n7w+m8aNffXaN/jH7IWEwRfWNr9w94="; - }) # (fetchpatch' { # title = "nixos/slskd: allow omitting username from yaml config";