Skip to content

Commit

Permalink
Merge pull request #48735 from dtzWill/update/xbps-0.53
Browse files Browse the repository at this point in the history
xbps: 0.52 -> 0.53, update repo owner name (voidlinux -> void-linux)
  • Loading branch information
dtzWill committed Oct 20, 2018
2 parents 8895ae2 + 9973ca8 commit ceb0ce8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/tools/package-management/xbps/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
name = "xbps-${version}";
version = "0.52";
version = "0.53";

src = fetchFromGitHub {
owner = "voidlinux";
owner = "void-linux";
repo = "xbps";
rev = version;
sha256 = "1sf6iy9l3dijsczsngzbhksshfm1374g2rrdasc04l6gz35l2cdp";
sha256 = "1zicin2z5j7vg2ixzpd6nahjhrjwdcavm817wzgs9x013b596paa";
};

nativeBuildInputs = [ pkgconfig which ];
Expand All @@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;

meta = with stdenv.lib; {
homepage = https://github.com/voidlinux/xbps;
homepage = https://github.com/void-linux/xbps;
description = "The X Binary Package System";
platforms = platforms.linux; # known to not work on Darwin, at least
license = licenses.bsd2;
Expand Down

0 comments on commit ceb0ce8

Please sign in to comment.