1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

Merge pull request #322457 from viserctul/ipfetch-update

ipfetch: update to fix outdated domain
This commit is contained in:
Nick Cao 2024-06-25 19:19:39 -04:00 committed by GitHub
commit 88a37b5e1e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;