Skip to content

Commit

Permalink
advancecomp: 1.23 -> 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Sep 5, 2017
1 parent a147306 commit a5e9a31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/compression/advancecomp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

stdenv.mkDerivation rec {
name = "advancecomp-${version}";
version = "1.23";
version = "2.0";

src = fetchFromGitHub {
owner = "amadvance";
repo = "advancecomp";
rev = "v${version}";
sha256 = "1mrgmpjd9f7x16g847h1588mgryl26hlzfl40bc611259bb0bq7w";
sha256 = "1lvrcxcxbxac47j0ml11nikx38zan7bbr3dfjssm52r5v4cmh8j9";
};

nativeBuildInputs = [ autoreconfHook ];
Expand Down

0 comments on commit a5e9a31

Please sign in to comment.