From 57fbccfc33137621d1114ab2d293f842a776d64c Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 16 Jul 2024 10:53:55 +0000 Subject: [PATCH] flake: nixpkgs: 23.11 -> 24.05 --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 9e680a9..451a655 100644 --- a/flake.lock +++ b/flake.lock @@ -95,16 +95,16 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1703200384, - "narHash": "sha256-q5j06XOsy0qHOarsYPfZYJPWbTbc8sryRxianlEPJN0=", + "lastModified": 1720954236, + "narHash": "sha256-1mEKHp4m9brvfQ0rjCca8P1WHpymK3TOr3v34ydv9bs=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "0b3d618173114c64ab666f557504d6982665d328", + "rev": "53e81e790209e41f0c1efa9ff26ff2fd7ab35e27", "type": "github" }, "original": { "id": "nixpkgs", - "ref": "nixos-23.11", + "ref": "nixos-24.05", "type": "indirect" } }, diff --git a/flake.nix b/flake.nix index 897366a..73ece0e 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - inputs.nixpkgs.url = "nixpkgs/nixos-23.11"; + inputs.nixpkgs.url = "nixpkgs/nixos-24.05"; # nixpkgs `cadquery` requires Python 3.7, which no longer exists in nixpkgs # `cq-flake` provides a more modern cadquery, compatible with Python 3.11 inputs.cq.url = "github:marcus7070/cq-flake";