Skip to content

Commit

Permalink
nixpkgs: pax-utils 1.0.4 -> 1.0.5
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Seipp <aseipp@pobox.com>
  • Loading branch information
thoughtpolice committed Jul 21, 2015
1 parent 72d46b8 commit a5e1b8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/pax-utils/default.nix
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "pax-utils-${version}";
version = "1.0.4";
version = "1.0.5";

src = fetchurl {
url = "http://dev.gentoo.org/~vapier/dist/${name}.tar.xz";
sha256 = "1wymfsir2s22zqjdwnwv7bn075vzzlhssgwxnkz33i2d5pr6rqgp";
sha256 = "0vwhmnwai24h654d1zchm5qkbr030ay98l2qdp914ydgwhw9k6pn";
};

makeFlags = [
Expand Down

0 comments on commit a5e1b8d

Please sign in to comment.