From 2db363d4327cc4ea2f09c0f05f134cb7f8b38193 Mon Sep 17 00:00:00 2001 From: Gytis Ivaskevicius Date: Mon, 2 Oct 2023 23:06:48 +0300 Subject: [PATCH] chore: update dependencies --- devShell.nix | 8 ++++---- flake.lock | 24 +++++++++++++++++++++--- 2 files changed, 25 insertions(+), 7 deletions(-) diff --git a/devShell.nix b/devShell.nix index 9e3c98f..ab7d01e 100644 --- a/devShell.nix +++ b/devShell.nix @@ -1,17 +1,17 @@ { system ? builtins.currentSystem }: let # nixpkgs / devshell is only used for development. Don't add it to the flake.lock. - nixpkgsGitRev = "1a268c42c8b0550f70da78c136171799481b0d97"; - devshellGitRev = "59fbe1dfc0de8c3332957c16998a7d16dff365d8"; + nixpkgsGitRev = "15de3b878a1fab784ddeae4c33cbc56381748505"; + devshellGitRev = "cd4e2fda3150dd2f689caeac07b7f47df5197c31"; nixpkgsSrc = fetchTarball { url = "https://github.com/NixOS/nixpkgs/archive/${nixpkgsGitRev}.tar.gz"; - sha256 = "010d6glxdam0j7kah7h2z79fnqvgs703v6ac53v4hfv1iz7lvzv9"; + sha256 = "1nb53mycxj3hqcxg1vwbz76rkbmzkp84jgljqv6q2rby5v9k8cwc"; }; devshellSrc = fetchTarball { url = "https://github.com/numtide/devshell/archive/${devshellGitRev}.tar.gz"; - sha256 = "0zsbgpssr704m8hbdmp5qnr86jv6s5h8jy8f35rlbpc2y0g5ka1d"; + sha256 = "02h3j2wqxsgf8sfl476q070ss86palxba48i497kh69nrvhqgz84"; }; pkgs = import nixpkgsSrc { inherit system; }; diff --git a/flake.lock b/flake.lock index 284a775..0038179 100644 --- a/flake.lock +++ b/flake.lock @@ -1,12 +1,15 @@ { "nodes": { "flake-utils": { + "inputs": { + "systems": "systems" + }, "locked": { - "lastModified": 1644229661, - "narHash": "sha256-1YdnJAsNy69bpcjuoKdOYQX0YxZBiCYZo4Twxerqv7k=", + "lastModified": 1694529238, + "narHash": "sha256-zsNZZGTGnMOf9YpHKJqMSsa0dXbfmxeoJ7xHlrt+xmY=", "owner": "numtide", "repo": "flake-utils", - "rev": "3cecb5b042f7f209c56ffd8371b2711a290ec797", + "rev": "ff7b65b44d01cf9ba6a71320833626af21126384", "type": "github" }, "original": { @@ -19,6 +22,21 @@ "inputs": { "flake-utils": "flake-utils" } + }, + "systems": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } } }, "root": "root",