ipfetch: update to fix outdated domain

This commit is contained in:
viserctul 2024-06-25 18:31:01 +02:00
parent 5ef104ab48
commit 3144317a62
No known key found for this signature in database
GPG Key ID: 879B9900268617EE

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "ipfetch";
version = "unstable-2022-03-24";
version = "unstable-2024-02-02";
src = fetchFromGitHub {
owner = "trakBan";
repo = "ipfetch";
rev = "fc295bfda4f9fea6eee9f6f3f2dabc26b6f25be4";
sha256 = "sha256-YKQ9pRBj2hgPg2ShCqWGxzHs/n7kNhKRNyElRDwHDBU=";
rev = "09b61e0d1d316dbcfab798dd00bc3f9ceb02431d";
sha256 = "sha256-RlbNIDRuf4sFS2zw4fIkTu0mB7xgJfPMDIk1I3UYXLk=";
};
strictDeps = true;