diff --git a/flake.lock b/flake.lock index d56d9f58a116de99943bce5ce38958f760454de6..04c2a734bffd67bae0c0c35bb4e9b61ffc375e13 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 8e000e3b2243265f13609186390f0b0996f73a3c..f1e6ea9793d7370e8bf6c0a610ab618f0b86851e 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"; };