Skip to content

Commit

Permalink
pythonPackages.afew: 2016-02-29 -> 2017-02-08
Browse files Browse the repository at this point in the history
Failed to build because sha256 of the source tarball changed.
  • Loading branch information
fpletz committed Feb 12, 2017
1 parent 543721d commit 5b1a1b0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pkgs/top-level/python-packages.nix
Expand Up @@ -551,13 +551,13 @@ in {
};

afew = buildPythonPackage rec {
rev = "b19a88fa1c06cc03ed6c636475cf4361b616d128";
name = "afew-git-2016-02-29";
name = "afew-git-2017-02-08";

src = pkgs.fetchurl {
url = "https://github.com/teythoon/afew/tarball/${rev}";
name = "${name}.tar.bz";
sha256 = "0idlyrk29bmjw3w74vn0c1a6s59phx9zhzghf2cpyqf9qdhxib8k";
src = pkgs.fetchFromGitHub {
owner = "afewmail";
repo = "afew";
rev = "889a3b966835c4d16aa1f24bb89f12945b9b2a67";
sha256 = "01gwrx1m3ka13ps3vj04a3y8llli2j2vkd3gcggcvxdphhpysckm";
};

buildInputs = with self; [ pkgs.dbacl ];
Expand Down

0 comments on commit 5b1a1b0

Please sign in to comment.