From 274832b9232c577c24b1b6ff40984ce99095cb29 Mon Sep 17 00:00:00 2001 From: "D. Moonfire" Date: Tue, 2 Jul 2024 19:00:40 -0500 Subject: [PATCH] chore: updating locks --- flake.lock | 32 ++++++++++++++++++-------------- flake.nix | 4 ++-- 2 files changed, 20 insertions(+), 16 deletions(-) diff --git a/flake.lock b/flake.lock index 104a8e4..5652652 100644 --- a/flake.lock +++ b/flake.lock @@ -5,28 +5,32 @@ "systems": "systems" }, "locked": { - "narHash": "sha256-3eihraek4qL744EvQXsK1Ha6C3CR7nnT8X2qWap4RNk=", - "rev": "f9e7cf818399d17d347f847525c5a5a8032e4e44", - "revCount": 85, - "type": "tarball", - "url": "https://api.flakehub.com/f/pinned/numtide/flake-utils/0.1.85%2Brev-f9e7cf818399d17d347f847525c5a5a8032e4e44/018a2375-3956-7f5c-9bbc-bd668014303a/source.tar.gz" + "lastModified": 1710146030, + "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a", + "type": "github" }, "original": { - "type": "tarball", - "url": "https://flakehub.com/f/numtide/flake-utils/0.1.85.tar.gz" + "owner": "numtide", + "repo": "flake-utils", + "type": "github" } }, "nixpkgs": { "locked": { - "narHash": "sha256-5nm4yrEHKupjn62MibENtfqlP6pWcRTuSKrMiH9bLkc=", - "rev": "5690c4271f2998c304a45c91a0aeb8fb69feaea7", - "revCount": 518598, - "type": "tarball", - "url": "https://api.flakehub.com/f/pinned/NixOS/nixpkgs/0.1.518598%2Brev-5690c4271f2998c304a45c91a0aeb8fb69feaea7/018a32e8-6e96-7b90-bccc-a5cf4c5ac2dd/source.tar.gz" + "lastModified": 1719838683, + "narHash": "sha256-Zw9rQjHz1ilNIimEXFeVa1ERNRBF8DoXDhLAZq5B4pE=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "d032c1a6dfad4eedec7e35e91986becc699d7d69", + "type": "github" }, "original": { - "type": "tarball", - "url": "https://flakehub.com/f/NixOS/nixpkgs/0.1.0.tar.gz" + "id": "nixpkgs", + "ref": "nixos-24.05", + "type": "indirect" } }, "root": { diff --git a/flake.nix b/flake.nix index 86dcc96..987c800 100644 --- a/flake.nix +++ b/flake.nix @@ -2,8 +2,8 @@ description = "A comic strip downloader and archiver (unstable)"; inputs = { - nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/0.1.0.tar.gz"; - flake-utils.url = "https://flakehub.com/f/numtide/flake-utils/0.1.85.tar.gz"; + nixpkgs.url = "nixpkgs/nixos-24.05"; + flake-utils.url = "github:numtide/flake-utils"; }; outputs = {