From 5e9b4b91866756e6b36ea2bcd01784b0a5cc2bb0 Mon Sep 17 00:00:00 2001 From: Ryan Cao <70191398+ryanccn@users.noreply.github.com> Date: Wed, 23 Aug 2023 10:36:10 +0800 Subject: [PATCH] feat(nyoom): move to flakehub --- flake.lock | 46 ++++++++++++++++++++++------------------------ flake.nix | 2 +- 2 files changed, 23 insertions(+), 25 deletions(-) diff --git a/flake.lock b/flake.lock index 005b21f..cd2f053 100644 --- a/flake.lock +++ b/flake.lock @@ -71,11 +71,11 @@ ] }, "locked": { - "lastModified": 1691803597, - "narHash": "sha256-khWW1Owzselq5o816Lb7x624d6QGnv+kpronK3ndkr4=", + "lastModified": 1692750383, + "narHash": "sha256-n5P5HOXuu23UB1h9PuayldnRRVQuXJLpoO+xqtMO3ws=", "owner": "ipetkov", "repo": "crane", - "rev": "7809d369710abb17767b624f9e72b500373580bc", + "rev": "ef5d11e3c2e5b3924eb0309dba2e1fea2d9062ae", "type": "github" }, "original": { @@ -145,11 +145,11 @@ ] }, "locked": { - "lastModified": 1692222899, - "narHash": "sha256-dHrv+lMUKFXLnzc/yYhEpNr34JYG8gwD4eH6qcrScFI=", + "lastModified": 1692720545, + "narHash": "sha256-DQDremUH7lRxiZEIVh6C6kQusuPe1vUKtiVl29nmP0E=", "owner": "nix-community", "repo": "home-manager", - "rev": "2471d965a3522025157a790fc49c3567fd56e26e", + "rev": "8eb8c212e50e2fd95af5849585a2eb819add0a1e", "type": "github" }, "original": { @@ -165,11 +165,11 @@ ] }, "locked": { - "lastModified": 1691963303, - "narHash": "sha256-zqvt4N4Ic06BrGo02itCIPTEKzVnGT0BtGbIr+aUGqE=", + "lastModified": 1692248770, + "narHash": "sha256-tZeFpETKQGbgnaSIO1AGWD27IyTcBm4D+A9d7ulQ4NM=", "owner": "LnL7", "repo": "nix-darwin", - "rev": "3fcd83783a1e2ddad0f14821da4186a95bc76c50", + "rev": "511177ffe8226c78c9cf6a92a7b5f2df3684956b", "type": "github" }, "original": { @@ -180,11 +180,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1692190437, - "narHash": "sha256-yJUZzmzSmDYb9ONPnMQDru66RjZgGQZRvj3tQebkexk=", + "lastModified": 1692557222, + "narHash": "sha256-TCOtZaioLf/jTEgfa+nyg0Nwq5Uc610Z+OFV75yUgGw=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "9b2aa98db6b10503666a50f4eb93b2fc0d57bde5", + "rev": "0b07d4957ee1bd7fd3bdfd12db5f361bd70175a6", "type": "github" }, "original": { @@ -210,17 +210,15 @@ ] }, "locked": { - "lastModified": 1692180423, - "narHash": "sha256-rJDaQMzdjtC39mRylTfqEll3zgcpQkCMw5XKo9t1Xhg=", - "owner": "ryanccn", - "repo": "nyoom", - "rev": "2f360906fc87e622bc53dc183313ff40baf4e4b7", - "type": "github" + "narHash": "sha256-51XzimvuTezhbKBg7/U+6QFl/RXor3iumy9GAXdA6l4=", + "rev": "7fb2b2be7a07718e0b49d8222f563cd25257cded", + "revCount": 109, + "type": "tarball", + "url": "https://api.flakehub.com/f/pinned/ryanccn/nyoom/0.6.5/018a203b-daba-72a1-9e8b-44c62cc3acf1/source.tar.gz" }, "original": { - "owner": "ryanccn", - "repo": "nyoom", - "type": "github" + "type": "tarball", + "url": "https://flakehub.com/f/ryanccn/nyoom/0.%2A.tar.gz" } }, "root": { @@ -248,11 +246,11 @@ ] }, "locked": { - "lastModified": 1692238117, - "narHash": "sha256-gOoxig/GBuGOYWqE3+7OMrgPVduxjjsbo4qikRb1h3s=", + "lastModified": 1692756590, + "narHash": "sha256-VnktafFl+0U9wdYO8vGSFOYSSQ+GFd+MiMA0cTZ8mHg=", "owner": "oxalica", "repo": "rust-overlay", - "rev": "3e0e4ec062706ebba759795ad18ad72ad69d41f3", + "rev": "a9e9946645fcf892c850f8e654a5e675a6fd14d8", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index fb2f11e..4f4d8b9 100644 --- a/flake.nix +++ b/flake.nix @@ -37,7 +37,7 @@ }; nyoom = { - url = "github:ryanccn/nyoom"; + url = "https://flakehub.com/f/ryanccn/nyoom/0.*.tar.gz"; inputs.nixpkgs.follows = "nixpkgs"; inputs.crane.follows = "crane"; inputs.rust-overlay.follows = "rust-overlay";