From bb1493c5af7821e0d0c62c25c7698ad76a7f863d Mon Sep 17 00:00:00 2001 From: markoburcul Date: Thu, 31 Oct 2024 14:47:50 +0100 Subject: [PATCH] shell-nix: update the nixpkgs version Signed-off-by: markoburcul --- apps/connector/shell.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/connector/shell.nix b/apps/connector/shell.nix index cd6bb506..91cd7ba9 100644 --- a/apps/connector/shell.nix +++ b/apps/connector/shell.nix @@ -1,7 +1,7 @@ { source ? builtins.fetchTarball { - url = "https://github.com/NixOS/nixpkgs/archive/614b4613980a522ba49f0d194531beddbb7220d3.tar.gz"; - sha256 = "sha256:1kipdjdjcd1brm5a9lzlhffrgyid0byaqwfnpzlmw3q825z7nj6w"; + url = "https://github.com/NixOS/nixpkgs/archive/df27247e6f3e636c119e2610bf12d38b5e98cc79.tar.gz"; + sha256 = "sha256:0bbvimk7xb7akrx106mmsiwf9nzxnssisqmqffla03zz51d0kz2n"; }, pkgs ? import (source) {} }: