neverest: update source location (#376597)

This commit is contained in:
Nick Cao
2025-01-25 09:58:22 -05:00
committed by GitHub
+4 -4
View File
@@ -1,7 +1,7 @@
{
lib,
rustPlatform,
fetchFromSourcehut,
fetchFromGitHub,
stdenv,
pkg-config,
darwin,
@@ -22,9 +22,9 @@ rustPlatform.buildRustPackage rec {
pname = "neverest";
version = "1.0.0-beta";
src = fetchFromSourcehut {
owner = "~soywod";
repo = "neverest-cli";
src = fetchFromGitHub {
owner = "pimalaya";
repo = "neverest";
rev = "v${version}";
hash = "sha256-3PSJyhxrOCiuHUeVHO77+NecnI5fN5EZfPhYizuYvtE=";
};