From 71ba5d5655617d6adaa53ed394340dbc8203388f Mon Sep 17 00:00:00 2001 From: Victor Fuentes Date: Mon, 3 Jun 2024 23:06:37 -0400 Subject: [PATCH] Downgrade snowfall lib to fix build --- flake.lock | 14 +++++++------- flake.nix | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/flake.lock b/flake.lock index db6845e..2aee56e 100644 --- a/flake.lock +++ b/flake.lock @@ -39,17 +39,16 @@ "flake-utils": "flake-utils" }, "locked": { - "lastModified": 1715533576, - "narHash": "sha256-fT4ppWeCJ0uR300EH3i7kmgRZnAVxrH+XtK09jQWihk=", + "lastModified": 1696331477, + "narHash": "sha256-YkbRa/1wQWdWkVJ01JvV+75KIdM37UErqKgTf0L54Fk=", "owner": "gytis-ivaskevicius", "repo": "flake-utils-plus", - "rev": "3542fe9126dc492e53ddd252bb0260fe035f2c0f", + "rev": "bfc53579db89de750b25b0c5e7af299e0c06d7d3", "type": "github" }, "original": { "owner": "gytis-ivaskevicius", "repo": "flake-utils-plus", - "rev": "3542fe9126dc492e53ddd252bb0260fe035f2c0f", "type": "github" } }, @@ -84,15 +83,16 @@ ] }, "locked": { - "lastModified": 1716675292, - "narHash": "sha256-7TFvVE4HR/b65/0AAhewYHEJzUXxIEJn82ow5bCkrDo=", + "lastModified": 1696432959, + "narHash": "sha256-oJQZv2MYyJaVyVJY5IeevzqpGvMGKu5pZcCCJvb+xjc=", "owner": "snowfallorg", "repo": "lib", - "rev": "5d6e9f235735393c28e1145bec919610b172a20f", + "rev": "92803a029b5314d4436a8d9311d8707b71d9f0b6", "type": "github" }, "original": { "owner": "snowfallorg", + "ref": "v2.1.1", "repo": "lib", "type": "github" } diff --git a/flake.nix b/flake.nix index 44fa6ff..48cc5ee 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; snowfall-lib = { - url = "github:snowfallorg/lib"; + url = "github:snowfallorg/lib/v2.1.1"; inputs.nixpkgs.follows = "nixpkgs"; }; };