diff --git a/flake.lock b/flake.lock index abee2ec..85cfc25 100644 --- a/flake.lock +++ b/flake.lock @@ -27,15 +27,16 @@ ] }, "locked": { - "lastModified": 1776263789, - "narHash": "sha256-lOInPwWxdTt2fEir9Tud3DNuKB7BXwQhD9O+fEV4SJE=", + "lastModified": 1685133229, + "narHash": "sha256-FePm/Gi9PBSNwiDFq3N+DWdfxFq0UKsVVTJS3cQPn94=", "owner": "nix-community", "repo": "haumea", - "rev": "534c406e98e9e25fe1a8d1c26cae2e837ab5afc3", + "rev": "34dd58385092a23018748b50f9b23de6266dffc2", "type": "github" }, "original": { "owner": "nix-community", + "ref": "v0.2.2", "repo": "haumea", "type": "github" } diff --git a/flake.nix b/flake.nix index b837eb4..5b24085 100644 --- a/flake.nix +++ b/flake.nix @@ -5,7 +5,7 @@ inputs.nixpkgs-lib.follows = "nixpkgs"; }; haumea = { - url = "github:nix-community/haumea"; + url = "github:nix-community/haumea/v0.2.2"; inputs.nixpkgs.follows = "nixpkgs"; }; nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";