From 345ce005cf394cc24c8d2fcd233c8cca8b569c2d Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Tue, 10 Oct 2023 10:53:33 -0400 Subject: [PATCH] Bump the dependency versions pulled in by the flake --- flake.lock | 32 ++++++++++++++++---------------- flake.nix | 4 ++-- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/flake.lock b/flake.lock index d56d9f5..04c2a73 100644 --- a/flake.lock +++ b/flake.lock @@ -358,11 +358,11 @@ "pre-commit-hooks": "pre-commit-hooks" }, "locked": { - "lastModified": 1692187439, - "narHash": "sha256-m7c4EPFWmB1OmV3dSYQk2qtXR53xOjZdLCjMtzHSK34=", + "lastModified": 1696619796, + "narHash": "sha256-4PjNRfnk22EuGCu7mF2sAb3JtaWKuBdgew4frd+Xpts=", "ref": "main", - "rev": "408f3deab2e2f6ae60349776dde02c44f71fb386", - "revCount": 16, + "rev": "8887555c96886d81d671fb68a3a2d000e578c4e0", + "revCount": 19, "type": "git", "url": "https://whetstone.private.storage/jcalderone/hs-flake-utils.git" }, @@ -867,16 +867,16 @@ ] }, "locked": { - "lastModified": 1683552888, - "narHash": "sha256-h9pgP/LYPtUr5CeCAhqt1XJyAqKTnkQxuIygiTulU/U=", - "ref": "refs/tags/0.1.0.1", - "rev": "05aeb5a433b85406ca3c0c313c46299a1026ade0", - "revCount": 344, + "lastModified": 1696262854, + "narHash": "sha256-0/6VEsjXe7EvYY2BnkWkmHCVzdp1WcFLjx5mvHDMLnM=", + "ref": "refs/tags/0.2.0.0", + "rev": "42ae52257ec6e6d8eaa9a56662ca5edfbce8074b", + "revCount": 487, "type": "git", "url": "https://whetstone.private.storage/PrivateStorage/tahoe-chk" }, "original": { - "ref": "refs/tags/0.1.0.1", + "ref": "refs/tags/0.2.0.0", "type": "git", "url": "https://whetstone.private.storage/PrivateStorage/tahoe-chk" } @@ -895,16 +895,16 @@ ] }, "locked": { - "lastModified": 1692193506, - "narHash": "sha256-0UDrh4ZcBHU+4yrLfVe+9wkYF4K1QJoecdOI083Gu5w=", - "ref": "refs/tags/0.2.1.0", - "rev": "96941786b56e9fb949d62a14bacd5ed2c81cd7ab", - "revCount": 112, + "lastModified": 1696941203, + "narHash": "sha256-y+Clh8ZZ/sgsPS8BoJUAN0IJyeNsXZu1l7huqFqHc7U=", + "ref": "refs/tags/0.3.0.0", + "rev": "b7fb49307c96e9c508e01982ef19e857deb55fb8", + "revCount": 122, "type": "git", "url": "https://whetstone.private.storage/PrivateStorage/tahoe-ssk" }, "original": { - "ref": "refs/tags/0.2.1.0", + "ref": "refs/tags/0.3.0.0", "type": "git", "url": "https://whetstone.private.storage/PrivateStorage/tahoe-ssk" } diff --git a/flake.nix b/flake.nix index 8e000e3..f1e6ea9 100644 --- a/flake.nix +++ b/flake.nix @@ -7,11 +7,11 @@ hs-flake-utils.url = "git+https://whetstone.private.storage/jcalderone/hs-flake-utils.git?ref=main"; nixpkgs.follows = "hs-flake-utils/nixpkgs"; tahoe-chk = { - url = "git+https://whetstone.private.storage/PrivateStorage/tahoe-chk?ref=refs/tags/0.1.0.1"; + url = "git+https://whetstone.private.storage/PrivateStorage/tahoe-chk?ref=refs/tags/0.2.0.0"; inputs.nixpkgs.follows = "hs-flake-utils/nixpkgs"; }; tahoe-ssk = { - url = "git+https://whetstone.private.storage/PrivateStorage/tahoe-ssk?ref=refs/tags/0.2.1.0"; + url = "git+https://whetstone.private.storage/PrivateStorage/tahoe-ssk?ref=refs/tags/0.3.0.0"; inputs.nixpkgs.follows = "hs-flake-utils/nixpkgs"; inputs.tahoe-chk.follows = "tahoe-chk"; }; -- GitLab